mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Refactor TestEntrySearcher.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user