From c90ac914bb7eca4908ac46fa0fd3516e355431e1 Mon Sep 17 00:00:00 2001 From: Florian Geyer Date: Thu, 15 May 2014 23:59:26 +0200 Subject: Refactor TestEntrySearcher. --- tests/TestEntrySearcher.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/TestEntrySearcher.h') 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 +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 -- cgit v1.2.3