Formatting the code.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
class TestKdbx3 : public TestKeePass2Format
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_OBJECT
|
||||
|
||||
private slots:
|
||||
void testNonAscii();
|
||||
@@ -39,12 +39,17 @@ protected:
|
||||
Database* readXml(const QString& path, bool strictMode, bool& hasError, QString& errorString) override;
|
||||
void writeXml(QBuffer* buf, Database* db, bool& hasError, QString& errorString) override;
|
||||
|
||||
void readKdbx(QIODevice* device, CompositeKey const& key, QScopedPointer<Database>& db,
|
||||
bool& hasError, QString& errorString) override;
|
||||
void readKdbx(const QString& path, CompositeKey const& key, QScopedPointer<Database>& db,
|
||||
bool& hasError, QString& errorString) override;
|
||||
void readKdbx(QIODevice* device,
|
||||
CompositeKey const& key,
|
||||
QScopedPointer<Database>& db,
|
||||
bool& hasError,
|
||||
QString& errorString) override;
|
||||
void readKdbx(const QString& path,
|
||||
CompositeKey const& key,
|
||||
QScopedPointer<Database>& db,
|
||||
bool& hasError,
|
||||
QString& errorString) override;
|
||||
void writeKdbx(QIODevice* device, Database* db, bool& hasError, QString& errorString) override;
|
||||
|
||||
};
|
||||
|
||||
#endif // KEEPASSXC_TEST_KDBX3_H
|
||||
|
||||
Reference in New Issue
Block a user