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:
authorFlorian Geyer <blueice@fobos.de>2014-05-16 01:59:26 +0400
committerFlorian Geyer <blueice@fobos.de>2014-05-16 01:59:26 +0400
commitc90ac914bb7eca4908ac46fa0fd3516e355431e1 (patch)
treec3965934256785049e74b696f5cb2fcc22262292 /tests/TestEntrySearcher.h
parent8bf48260034e3ffe27f3b78c128123ef7b22faa5 (diff)
Refactor TestEntrySearcher.
Diffstat (limited to 'tests/TestEntrySearcher.h')
-rw-r--r--tests/TestEntrySearcher.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/TestEntrySearcher.h b/tests/TestEntrySearcher.h
index d261d5dd6..3e9d4f66d 100644
--- a/tests/TestEntrySearcher.h
+++ b/tests/TestEntrySearcher.h
@@ -21,15 +21,20 @@
#include <QObject>
+class Group;
+
class TestEntrySearcher : public QObject
{
Q_OBJECT
private Q_SLOTS:
void initTestCase();
+ void cleanupTestCase();
void testAndConcatenationInSearch();
void testSearch();
+private:
+ Group* groupRoot;
};
#endif // KEEPASSX_TESTENTRYSEARCHER_H