diff options
author | Andre Heinecke <[email protected]> | 2017-02-07 09:01:58 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2017-02-07 09:01:58 +0000 |
commit | 903bf16a416b1bf608b1e647937c9b06864b0141 (patch) | |
tree | 3e5613eefb6ebe45dd97465e8a0e7fdd4ca474ca /lang/qt/tests/t-various.cpp | |
parent | doc: Document that gpgme_op_genkey() parms parameter is not XML. (diff) | |
download | gpgme-903bf16a416b1bf608b1e647937c9b06864b0141.tar.gz gpgme-903bf16a416b1bf608b1e647937c9b06864b0141.zip |
qt: Don't rely on implicit include in t-verify
* lang/qt/tests/t-various.cpp: Include QTemporaryDir
--
This fixes build with some Qt Versions
Diffstat (limited to '')
-rw-r--r-- | lang/qt/tests/t-various.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/qt/tests/t-various.cpp b/lang/qt/tests/t-various.cpp index aa45b622..b4ba9f29 100644 --- a/lang/qt/tests/t-various.cpp +++ b/lang/qt/tests/t-various.cpp @@ -36,6 +36,7 @@ #include <QDebug> #include <QTest> #include <QSignalSpy> +#include <QTemporaryDir> #include "keylistjob.h" #include "protocol.h" #include "keylistresult.h" |