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:
authorJosef Vitu <josef@vitu.org>2016-10-28 19:49:51 +0300
committerJosef Vitu <josef@vitu.org>2016-10-28 19:51:09 +0300
commitad36ec4dfda686f83868c77098b4fe7831f7531e (patch)
treea8d6b4df12734a8d8674ffc3d539520d4f05ffeb /tests/TestWildcardMatcher.h
parent82ace81974374365cab83492a4b33720248961de (diff)
Fix tests
Diffstat (limited to 'tests/TestWildcardMatcher.h')
-rw-r--r--tests/TestWildcardMatcher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/TestWildcardMatcher.h b/tests/TestWildcardMatcher.h
index a1f8b5f56..c241c7553 100644
--- a/tests/TestWildcardMatcher.h
+++ b/tests/TestWildcardMatcher.h
@@ -35,6 +35,7 @@ private:
static const QString AlternativeText;
void initMatcher(QString text);
+ void cleanupMatcher();
void verifyMatchResult(QString pattern, bool expected);
void verifyMatch(QString pattern);
void verifyNoMatch(QString pattern);