From 8324d03f0a015e62b6182843b4478226a5197090 Mon Sep 17 00:00:00 2001 From: Louis-Bertrand Varin Date: Sat, 31 Mar 2018 16:01:30 -0400 Subject: Formatting the code. --- tests/TestKdbx4.h | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'tests/TestKdbx4.h') 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& db, - bool& hasError, QString& errorString) override; - void readKdbx(QIODevice* device, CompositeKey const& key, QScopedPointer& db, - bool& hasError, QString& errorString) override; + void readKdbx(const QString& path, + CompositeKey const& key, + QScopedPointer& db, + bool& hasError, + QString& errorString) override; + void readKdbx(QIODevice* device, + CompositeKey const& key, + QScopedPointer& db, + bool& hasError, + QString& errorString) override; void writeKdbx(QIODevice* device, Database* db, bool& hasError, QString& errorString) override; QSharedPointer fastKdf(QSharedPointer kdf); -- cgit v1.2.3