aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickdroparea
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@nokia.com>2012-07-27 16:20:26 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-01 16:07:24 +0200
commit5ab6ff214336187807ff909358da36ab7954e9ec (patch)
treeee7c379ee10627d0b1b3230b87279137f86edf10 /tests/auto/quick/qquickdroparea
parent49b3865f99343d3b91392b2560e217f6f48438ea (diff)
Add includes for QWindowSystemInterface
QWindowsystemInterface will no longer be a public class Change-Id: Ibd815d377cbd553e8c3e99e99b337a9854647001 Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com>
Diffstat (limited to 'tests/auto/quick/qquickdroparea')
-rw-r--r--tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp b/tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp
index 8ccca9cdd4..6e98027615 100644
--- a/tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp
+++ b/tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp
@@ -48,6 +48,7 @@
#include <QtQml/qqmlexpression.h>
#include <qpa/qplatformdrag.h>
+#include <QtGui/QWindowSystemInterface>
template <typename T> static T evaluate(QObject *scope, const QString &expression)
{