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:
authorlouib <louib@users.noreply.github.com>2018-11-28 19:24:12 +0300
committerJonathan White <support@dmapps.us>2018-11-28 19:24:12 +0300
commitfff0f11b3302692e9eb25d604fe295dacf21221a (patch)
tree57015b93f416e1401901b4f8ce80a60f815edbb1 /tests/TestCli.h
parent4e49de1afb825a76a65cc90781f3be314494cb5c (diff)
Adding --quiet option to the CLI. (#2507)
Diffstat (limited to 'tests/TestCli.h')
-rw-r--r--tests/TestCli.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/TestCli.h b/tests/TestCli.h
index 2c411f2ca..061055dcd 100644
--- a/tests/TestCli.h
+++ b/tests/TestCli.h
@@ -54,6 +54,7 @@ private slots:
void testLocate();
void testMerge();
void testRemove();
+ void testRemoveQuiet();
void testShow();
private: