aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickpincharea
diff options
context:
space:
mode:
authorGirish Ramakrishnan <girish.1.ramakrishnan@nokia.com>2012-04-16 18:04:52 -0700
committerQt by Nokia <qt-info@nokia.com>2012-04-19 17:48:29 +0200
commite1189131ddea3792bc2ff5e6e4c734c8370f8f9a (patch)
tree151cb6bbb78f51a776a9d693ef4d14fffa78a5a2 /tests/auto/quick/qquickpincharea
parent01887e15ee53530fa3150f3e772f7805d1c3dd32 (diff)
include QWindowSystemInterface explicity when needed
QtTest will not include QWindowSystemInterface anymore. See https://codereview.qt-project.org/#change,23440. Change-Id: Icad9f04fa748ad938925716b0012bc4cf1b3f154 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/auto/quick/qquickpincharea')
-rw-r--r--tests/auto/quick/qquickpincharea/tst_qquickpincharea.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickpincharea/tst_qquickpincharea.cpp b/tests/auto/quick/qquickpincharea/tst_qquickpincharea.cpp
index 6e83d41c4e..27efdf7e28 100644
--- a/tests/auto/quick/qquickpincharea/tst_qquickpincharea.cpp
+++ b/tests/auto/quick/qquickpincharea/tst_qquickpincharea.cpp
@@ -45,6 +45,7 @@
#include <QtQuick/private/qquickrectangle_p.h>
#include <QtQuick/qquickview.h>
#include <QtQml/qqmlcontext.h>
+#include <QtGui/qwindowsysteminterface_qpa.h>
#include "../../shared/util.h"
class tst_QQuickPinchArea: public QQmlDataTest