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>2019-10-21 01:23:11 +0300
committerJonathan White <support@dmapps.us>2019-10-21 01:56:41 +0300
commit1e694271a3c6c233736301dcb2f1a7ced081fc3f (patch)
tree1fa647b44bf8427cc6d4cdd50fe38aee82b242dd /tests/TestCli.h
parent744b4abce801440ff4e143fb2bb416b3d7a91e07 (diff)
Improve Database and CLI tests
Diffstat (limited to 'tests/TestCli.h')
-rw-r--r--tests/TestCli.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/TestCli.h b/tests/TestCli.h
index 46fff944b..bd0f9fc3f 100644
--- a/tests/TestCli.h
+++ b/tests/TestCli.h
@@ -91,9 +91,6 @@ private:
QScopedPointer<TemporaryFile> m_stdoutFile;
QScopedPointer<TemporaryFile> m_stderrFile;
QScopedPointer<TemporaryFile> m_stdinFile;
- FILE* m_stdoutHandle = stdout;
- FILE* m_stderrHandle = stderr;
- FILE* m_stdinHandle = stdin;
};
#endif // KEEPASSXC_TESTCLI_H