From 0437cef6f3db4e6dec460e0ace98787a7ea118e5 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 3 Jul 2012 10:46:13 +0530 Subject: Suppress QWindowSystemInterface inclusion warnings QWindowSystemInterface is now part of QPA API and should be included using . Change-Id: I90c71e193d77765b4ec7b92fdbe611b387b2ae4a Reviewed-by: Andrew Stanley-Jones --- tests/auto/quick/qquickcanvas/tst_qquickcanvas.cpp | 2 +- tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp | 2 +- tests/auto/quick/qquickitem/tst_qquickitem.cpp | 2 +- .../quick/qquickmultipointtoucharea/tst_qquickmultipointtoucharea.cpp | 2 +- tests/auto/quick/qquickpincharea/tst_qquickpincharea.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tests') diff --git a/tests/auto/quick/qquickcanvas/tst_qquickcanvas.cpp b/tests/auto/quick/qquickcanvas/tst_qquickcanvas.cpp index 82af3678da..83c5b62ef8 100644 --- a/tests/auto/quick/qquickcanvas/tst_qquickcanvas.cpp +++ b/tests/auto/quick/qquickcanvas/tst_qquickcanvas.cpp @@ -47,7 +47,7 @@ #include #include #include -#include +#include #include "../../shared/util.h" #include #include diff --git a/tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp b/tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp index b59e767be9..47e458bba5 100644 --- a/tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp +++ b/tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp @@ -47,7 +47,7 @@ #include #include -#include +#include #include template static T evaluate(QObject *scope, const QString &expression) diff --git a/tests/auto/quick/qquickitem/tst_qquickitem.cpp b/tests/auto/quick/qquickitem/tst_qquickitem.cpp index c1c8067b02..36d46c54f8 100644 --- a/tests/auto/quick/qquickitem/tst_qquickitem.cpp +++ b/tests/auto/quick/qquickitem/tst_qquickitem.cpp @@ -41,7 +41,7 @@ #include -#include +#include #include #include #include diff --git a/tests/auto/quick/qquickmultipointtoucharea/tst_qquickmultipointtoucharea.cpp b/tests/auto/quick/qquickmultipointtoucharea/tst_qquickmultipointtoucharea.cpp index 9745e20d10..2fc823131b 100644 --- a/tests/auto/quick/qquickmultipointtoucharea/tst_qquickmultipointtoucharea.cpp +++ b/tests/auto/quick/qquickmultipointtoucharea/tst_qquickmultipointtoucharea.cpp @@ -41,7 +41,7 @@ #include #include -#include +#include #include #include #include diff --git a/tests/auto/quick/qquickpincharea/tst_qquickpincharea.cpp b/tests/auto/quick/qquickpincharea/tst_qquickpincharea.cpp index e0e4b6c4d8..e29ed48c68 100644 --- a/tests/auto/quick/qquickpincharea/tst_qquickpincharea.cpp +++ b/tests/auto/quick/qquickpincharea/tst_qquickpincharea.cpp @@ -45,7 +45,7 @@ #include #include #include -#include +#include #include "../../shared/util.h" class tst_QQuickPinchArea: public QQmlDataTest -- cgit v1.2.3