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:
authorJonathan White <support@dmapps.us>2020-12-14 07:23:25 +0300
committerGitHub <noreply@github.com>2020-12-14 07:23:25 +0300
commit404fd941e8e5428c8fe80c78f16ff7e4fa09aff4 (patch)
treec0df76363dfcdda63cd9989dc6f9853d1c2c35b8 /tests/TestCli.h
parenta6f01349e889c720843edbeef8a6d501ff7a226b (diff)
Move global shortcut handling into OSUtils (#5566)
Move global shortcut handling into OSUtils
Diffstat (limited to 'tests/TestCli.h')
-rw-r--r--tests/TestCli.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/TestCli.h b/tests/TestCli.h
index 066e28e58..b868b1485 100644
--- a/tests/TestCli.h
+++ b/tests/TestCli.h
@@ -45,6 +45,7 @@ private slots:
void initTestCase();
void init();
void cleanup();
+ void cleanupTestCase();
void testBatchCommands();
void testAdd();
@@ -81,6 +82,7 @@ private slots:
void testYubiKeyOption();
private:
+ QScopedPointer<QFile> m_devNull;
QScopedPointer<TemporaryFile> m_dbFile;
QScopedPointer<TemporaryFile> m_dbFile2;
QScopedPointer<TemporaryFile> m_dbFileMulti;