aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2016-09-12 08:52:10 +0000
committerAndre Heinecke <[email protected]>2016-09-12 08:52:10 +0000
commitd480f6b701894f78f3f4016d69c0e3b87939930b (patch)
tree863dd1bf5cc552ab7d7ce66d3d68a0337898820c /lang/qt/src
parentqt: Fix tofu test. (diff)
downloadgpgme-d480f6b701894f78f3f4016d69c0e3b87939930b.tar.gz
gpgme-d480f6b701894f78f3f4016d69c0e3b87939930b.zip
qt: Fix some includes
* lang/qt/src/qgpgmekeyformailboxjob.cpp: Explicitly include QStringList. * lang/qt/tests/t-support.h, lang/qt/tests/t-support.cpp: Move includes into impl. Explicitly include QDir. -- This fixes build against Qt versions where the includes are less implicit.
Diffstat (limited to 'lang/qt/src')
-rw-r--r--lang/qt/src/qgpgmekeyformailboxjob.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/qt/src/qgpgmekeyformailboxjob.cpp b/lang/qt/src/qgpgmekeyformailboxjob.cpp
index 0702a365..803d0e60 100644
--- a/lang/qt/src/qgpgmekeyformailboxjob.cpp
+++ b/lang/qt/src/qgpgmekeyformailboxjob.cpp
@@ -33,6 +33,8 @@
#include "qgpgmekeyformailboxjob.h"
#include "qgpgmekeylistjob.h"
+#include <QStringList>
+
#include <tuple>
using namespace GpgME;