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 Fontein <felix@fontein.de>2018-11-10 05:58:42 +0300
committerJonathan White <droidmonkey@users.noreply.github.com>2018-11-10 05:58:42 +0300
commita7dd9f19f45c63e31df6c502a234aa62abc931c3 (patch)
treefd23d4b68462065718c4af0e6acfdec051626896 /tests/TestCli.h
parent91bccf75d5b7b8f645736b55e97a5c4c43a8ca76 (diff)
CLI: add commands to show and copy TOTP to clipboard (#2454)
* Add CLI commands show --totp and totp-clip for handling TOTPs, resolves #2429. * Adding tests for new CLI TOTP commands * Update keepassxc-cli man page.
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 691269840..2c411f2ca 100644
--- a/tests/TestCli.h
+++ b/tests/TestCli.h
@@ -58,7 +58,9 @@ private slots:
private:
QByteArray m_dbData;
+ QByteArray m_dbData2;
QScopedPointer<TemporaryFile> m_dbFile;
+ QScopedPointer<TemporaryFile> m_dbFile2;
QScopedPointer<TemporaryFile> m_stdoutFile;
QScopedPointer<TemporaryFile> m_stderrFile;
QScopedPointer<TemporaryFile> m_stdinFile;