Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Bertrand Varin <louisbvarin@gmail.com>2018-03-31 23:01:30 +0300
committerLouis-Bertrand Varin <louisbvarin@gmail.com>2018-03-31 23:01:30 +0300
commit8324d03f0a015e62b6182843b4478226a5197090 (patch)
treefaf34febaec7c7e764d357dc5e439f6f2b1fcaf3 /tests/TestKdbx4.h
parent74efc57369b068a0f93cb84ac68b6c17f64c8abe (diff)
Formatting the code.
Diffstat (limited to 'tests/TestKdbx4.h')
-rw-r--r--tests/TestKdbx4.h16
1 files changed, 11 insertions, 5 deletions
diff --git a/tests/TestKdbx4.h b/tests/TestKdbx4.h
index e278ebb02..1b677b4ab 100644
--- a/tests/TestKdbx4.h
+++ b/tests/TestKdbx4.h
@@ -22,7 +22,7 @@
class TestKdbx4 : public TestKeePass2Format
{
-Q_OBJECT
+ Q_OBJECT
private slots:
void testFormat400();
@@ -39,10 +39,16 @@ 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(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 readKdbx(QIODevice* device,
+ CompositeKey const& key,
+ QScopedPointer<Database>& db,
+ bool& hasError,
+ QString& errorString) override;
void writeKdbx(QIODevice* device, Database* db, bool& hasError, QString& errorString) override;
QSharedPointer<Kdf> fastKdf(QSharedPointer<Kdf> kdf);