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:
authorFelix Geyer <debfx@fobos.de>2013-04-07 21:38:18 +0400
committerFelix Geyer <debfx@fobos.de>2013-04-07 21:38:18 +0400
commit5786e2620ae3a2045c004a4c99319242a10267d8 (patch)
treecbbc59874a80a2cebdeaab044f1032463ae8bc7e /tests/TestGroup.h
parentfe42861bedc52b426d247932ca02a28b894b8f44 (diff)
Add unit test for Metadata::copyCustomIcons().
Diffstat (limited to 'tests/TestGroup.h')
-rw-r--r--tests/TestGroup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/TestGroup.h b/tests/TestGroup.h
index 51c8d8cb4..eb9017247 100644
--- a/tests/TestGroup.h
+++ b/tests/TestGroup.h
@@ -34,6 +34,7 @@ private Q_SLOTS:
void testSearch();
void testAndConcatenationInSearch();
void testClone();
+ void testCopyCustomIcons();
};
#endif // KEEPASSX_TESTGROUP_H