Refactor TestEntrySearcher.

This commit is contained in:
Florian Geyer
2014-05-15 23:59:26 +02:00
parent 8bf4826003
commit c90ac914bb
2 changed files with 17 additions and 13 deletions

View File

@@ -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