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:
authorvarjolintu <sami.vanttinen@protonmail.com>2019-11-12 23:38:20 +0300
committerJonathan White <support@dmapps.us>2019-11-23 15:53:09 +0300
commite2c95f75f1869f86181eeecbec3458c5cd325f85 (patch)
tree3902142a71c01efb01a7bde740ffc221026d1cf0 /tests/TestBrowser.h
parenta5902899007ef6f4befea89a0af00ca315052ce6 (diff)
Fix subdomain matching
Diffstat (limited to 'tests/TestBrowser.h')
-rw-r--r--tests/TestBrowser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/TestBrowser.h b/tests/TestBrowser.h
index 981c1642d..8b2dc3e3c 100644
--- a/tests/TestBrowser.h
+++ b/tests/TestBrowser.h
@@ -49,6 +49,8 @@ private slots:
void testGetDatabaseGroups();
private:
+ QList<Entry*> createEntries(QStringList& urls, Group* root) const;
+
QScopedPointer<BrowserAction> m_browserAction;
QScopedPointer<BrowserService> m_browserService;
};