From d480f6b701894f78f3f4016d69c0e3b87939930b Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Mon, 12 Sep 2016 10:52:10 +0200 Subject: 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. --- lang/qt/tests/t-support.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lang/qt/tests/t-support.cpp') diff --git a/lang/qt/tests/t-support.cpp b/lang/qt/tests/t-support.cpp index 2b21ce78..86372f70 100644 --- a/lang/qt/tests/t-support.cpp +++ b/lang/qt/tests/t-support.cpp @@ -33,6 +33,11 @@ #include +#include +#include +#include +#include + void QGpgMETest::initTestCase() { const QString gpgHome = qgetenv("GNUPGHOME"); -- cgit v1.2.3