mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-09-19 04:14:43 -04:00
Formatting the code.
This commit is contained in:
parent
74efc57369
commit
8324d03f0a
294 changed files with 3796 additions and 3740 deletions
|
@ -19,8 +19,8 @@
|
|||
#ifndef KEEPASSX_TEMPORARYFILE_H
|
||||
#define KEEPASSX_TEMPORARYFILE_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QFile>
|
||||
#include <QObject>
|
||||
#include <QTemporaryFile>
|
||||
|
||||
/**
|
||||
|
@ -48,8 +48,8 @@ public:
|
|||
|
||||
bool open();
|
||||
void close();
|
||||
qint64 write(const char *data, qint64 maxSize);
|
||||
qint64 write(const QByteArray &byteArray);
|
||||
qint64 write(const char* data, qint64 maxSize);
|
||||
qint64 write(const QByteArray& byteArray);
|
||||
|
||||
QString fileName() const;
|
||||
QString filePath() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue