From 8f72ef77d1f37b46583deed532951c6b0e5937ae Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Mon, 17 Oct 2011 19:05:25 +1000 Subject: Remove copy of tests/shared/util.h. This module has a copy of qtbase's tests/shared/util.h, the contents of which have been moved into qtestlib and are now accessible from the QtTest/QtTest header. Change-Id: I0be9e21dc9f30629dad283a740b9d80347e01140 Reviewed-by: Rohan McGovern --- .../debugger/qdeclarativedebugclient/tst_qdeclarativedebugclient.cpp | 1 - .../debugger/qdeclarativedebugservice/tst_qdeclarativedebugservice.cpp | 1 - .../debugger/qdeclarativeenginedebug/tst_qdeclarativeenginedebug.cpp | 1 - .../declarative/qdeclarativeanimations/tst_qdeclarativeanimations.cpp | 3 +-- .../qdeclarativeapplication/tst_qdeclarativeapplication.cpp | 1 - .../declarative/qdeclarativebehaviors/tst_qdeclarativebehaviors.cpp | 3 +-- tests/auto/declarative/qdeclarativebinding/tst_qdeclarativebinding.cpp | 1 - .../declarative/qdeclarativecomponent/tst_qdeclarativecomponent.cpp | 1 - .../declarative/qdeclarativeconnection/tst_qdeclarativeconnection.cpp | 1 - .../declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp | 3 +-- .../qdeclarativefolderlistmodel/tst_qdeclarativefolderlistmodel.cpp | 1 - .../declarative/qdeclarativefontloader/tst_qdeclarativefontloader.cpp | 1 - .../qdeclarativeimageprovider/tst_qdeclarativeimageprovider.cpp | 1 - .../auto/declarative/qdeclarativelanguage/tst_qdeclarativelanguage.cpp | 2 -- .../declarative/qdeclarativelistmodel/tst_qdeclarativelistmodel.cpp | 2 -- .../qdeclarativemoduleplugin/tst_qdeclarativemoduleplugin.cpp | 1 - tests/auto/declarative/qdeclarativepath/tst_qdeclarativepath.cpp | 1 - .../qdeclarativepixmapcache/tst_qdeclarativepixmapcache.cpp | 1 - .../tst_qdeclarativesmoothedanimation.cpp | 1 - .../qdeclarativespringanimation/tst_qdeclarativespringanimation.cpp | 1 - .../qdeclarativesqldatabase/tst_qdeclarativesqldatabase.cpp | 1 - tests/auto/declarative/qdeclarativestates/tst_qdeclarativestates.cpp | 1 - .../qdeclarativesystempalette/tst_qdeclarativesystempalette.cpp | 1 - .../qdeclarativeworkerscript/tst_qdeclarativeworkerscript.cpp | 1 - .../qdeclarativexmlhttprequest/tst_qdeclarativexmlhttprequest.cpp | 1 - .../qdeclarativexmllistmodel/tst_qdeclarativexmllistmodel.cpp | 1 - tests/auto/declarative/qsganimatedimage/tst_qsganimatedimage.cpp | 1 - tests/auto/declarative/qsgborderimage/tst_qsgborderimage.cpp | 1 - tests/auto/declarative/qsgcanvas/tst_qsgcanvas.cpp | 1 - tests/auto/declarative/qsgdrag/tst_qsgdrag.cpp | 1 - tests/auto/declarative/qsgdroparea/tst_qsgdroparea.cpp | 1 - tests/auto/declarative/qsgflickable/tst_qsgflickable.cpp | 1 - tests/auto/declarative/qsgfocusscope/tst_qsgfocusscope.cpp | 1 - tests/auto/declarative/qsggridview/tst_qsggridview.cpp | 1 - tests/auto/declarative/qsgimage/tst_qsgimage.cpp | 1 - tests/auto/declarative/qsgitem/tst_qsgitem.cpp | 1 - tests/auto/declarative/qsgitem2/tst_qsgitem.cpp | 1 - tests/auto/declarative/qsglistview/tst_qsglistview.cpp | 1 - tests/auto/declarative/qsgloader/tst_qsgloader.cpp | 1 - tests/auto/declarative/qsgmousearea/tst_qsgmousearea.cpp | 1 - tests/auto/declarative/qsgpathview/tst_qsgpathview.cpp | 1 - tests/auto/declarative/qsgpositioners/tst_qsgpositioners.cpp | 1 - tests/auto/declarative/qsgtext/tst_qsgtext.cpp | 1 - tests/auto/declarative/qsgtextedit/tst_qsgtextedit.cpp | 1 - tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp | 1 - tests/auto/declarative/qsgview/tst_qsgview.cpp | 1 - tests/auto/declarative/qsgvisualdatamodel/tst_qsgvisualdatamodel.cpp | 1 - 47 files changed, 3 insertions(+), 52 deletions(-) (limited to 'tests/auto/declarative') diff --git a/tests/auto/declarative/debugger/qdeclarativedebugclient/tst_qdeclarativedebugclient.cpp b/tests/auto/declarative/debugger/qdeclarativedebugclient/tst_qdeclarativedebugclient.cpp index 55a49c7bc2..1587eee060 100644 --- a/tests/auto/declarative/debugger/qdeclarativedebugclient/tst_qdeclarativedebugclient.cpp +++ b/tests/auto/declarative/debugger/qdeclarativedebugclient/tst_qdeclarativedebugclient.cpp @@ -47,7 +47,6 @@ #include -#include "../../../../shared/util.h" #include "../shared/debugutil_p.h" #define PORT 13770 diff --git a/tests/auto/declarative/debugger/qdeclarativedebugservice/tst_qdeclarativedebugservice.cpp b/tests/auto/declarative/debugger/qdeclarativedebugservice/tst_qdeclarativedebugservice.cpp index 91e06cec8a..8f829a6468 100644 --- a/tests/auto/declarative/debugger/qdeclarativedebugservice/tst_qdeclarativedebugservice.cpp +++ b/tests/auto/declarative/debugger/qdeclarativedebugservice/tst_qdeclarativedebugservice.cpp @@ -50,7 +50,6 @@ #include #include -#include "../../../../shared/util.h" #include "../../shared/util.h" #include "../shared/debugutil_p.h" diff --git a/tests/auto/declarative/debugger/qdeclarativeenginedebug/tst_qdeclarativeenginedebug.cpp b/tests/auto/declarative/debugger/qdeclarativeenginedebug/tst_qdeclarativeenginedebug.cpp index 7ef2ee1649..8e31303aa4 100644 --- a/tests/auto/declarative/debugger/qdeclarativeenginedebug/tst_qdeclarativeenginedebug.cpp +++ b/tests/auto/declarative/debugger/qdeclarativeenginedebug/tst_qdeclarativeenginedebug.cpp @@ -58,7 +58,6 @@ #include #include -#include "../../../../shared/util.h" #include "../shared/debugutil_p.h" Q_DECLARE_METATYPE(QDeclarativeDebugWatch::State) diff --git a/tests/auto/declarative/qdeclarativeanimations/tst_qdeclarativeanimations.cpp b/tests/auto/declarative/qdeclarativeanimations/tst_qdeclarativeanimations.cpp index 81aac51393..9d3f41563d 100644 --- a/tests/auto/declarative/qdeclarativeanimations/tst_qdeclarativeanimations.cpp +++ b/tests/auto/declarative/qdeclarativeanimations/tst_qdeclarativeanimations.cpp @@ -38,7 +38,7 @@ ** $QT_END_LICENSE$ ** ****************************************************************************/ -#include +#include #include #include #include @@ -55,7 +55,6 @@ #include #include "../shared/util.h" -#include "../../../shared/util.h" class tst_qdeclarativeanimations : public QObject { diff --git a/tests/auto/declarative/qdeclarativeapplication/tst_qdeclarativeapplication.cpp b/tests/auto/declarative/qdeclarativeapplication/tst_qdeclarativeapplication.cpp index 6c0d354362..184a7df195 100644 --- a/tests/auto/declarative/qdeclarativeapplication/tst_qdeclarativeapplication.cpp +++ b/tests/auto/declarative/qdeclarativeapplication/tst_qdeclarativeapplication.cpp @@ -40,7 +40,6 @@ ****************************************************************************/ #include -#include "../../../shared/util.h" #include #include #include diff --git a/tests/auto/declarative/qdeclarativebehaviors/tst_qdeclarativebehaviors.cpp b/tests/auto/declarative/qdeclarativebehaviors/tst_qdeclarativebehaviors.cpp index 8eb29073c6..b2aa311434 100644 --- a/tests/auto/declarative/qdeclarativebehaviors/tst_qdeclarativebehaviors.cpp +++ b/tests/auto/declarative/qdeclarativebehaviors/tst_qdeclarativebehaviors.cpp @@ -38,7 +38,7 @@ ** $QT_END_LICENSE$ ** ****************************************************************************/ -#include +#include #include #include #include @@ -49,7 +49,6 @@ #include #include #include "../shared/util.h" -#include "../../../shared/util.h" class tst_qdeclarativebehaviors : public QObject { diff --git a/tests/auto/declarative/qdeclarativebinding/tst_qdeclarativebinding.cpp b/tests/auto/declarative/qdeclarativebinding/tst_qdeclarativebinding.cpp index 92b3c2b72c..de34d9e009 100644 --- a/tests/auto/declarative/qdeclarativebinding/tst_qdeclarativebinding.cpp +++ b/tests/auto/declarative/qdeclarativebinding/tst_qdeclarativebinding.cpp @@ -44,7 +44,6 @@ #include #include #include "../shared/util.h" -#include "../../../shared/util.h" class tst_qdeclarativebinding : public QObject { diff --git a/tests/auto/declarative/qdeclarativecomponent/tst_qdeclarativecomponent.cpp b/tests/auto/declarative/qdeclarativecomponent/tst_qdeclarativecomponent.cpp index 78beee6f59..f3354ac5db 100644 --- a/tests/auto/declarative/qdeclarativecomponent/tst_qdeclarativecomponent.cpp +++ b/tests/auto/declarative/qdeclarativecomponent/tst_qdeclarativecomponent.cpp @@ -48,7 +48,6 @@ #include #include #include "../shared/util.h" -#include "../../../shared/util.h" class MyIC : public QObject, public QDeclarativeIncubationController { diff --git a/tests/auto/declarative/qdeclarativeconnection/tst_qdeclarativeconnection.cpp b/tests/auto/declarative/qdeclarativeconnection/tst_qdeclarativeconnection.cpp index 31c0db6eb2..ec04833548 100644 --- a/tests/auto/declarative/qdeclarativeconnection/tst_qdeclarativeconnection.cpp +++ b/tests/auto/declarative/qdeclarativeconnection/tst_qdeclarativeconnection.cpp @@ -44,7 +44,6 @@ #include #include #include "../shared/util.h" -#include "../../../shared/util.h" #include class tst_qdeclarativeconnection : public QObject diff --git a/tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp b/tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp index 4f1cdccc04..40072c9e60 100644 --- a/tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp +++ b/tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp @@ -38,7 +38,7 @@ ** $QT_END_LICENSE$ ** ****************************************************************************/ -#include +#include #include #include #include @@ -54,7 +54,6 @@ #include "testtypes.h" #include "testhttpserver.h" #include "../shared/util.h" -#include "../../../shared/util.h" /* This test covers evaluation of ECMAScript expressions and bindings from within diff --git a/tests/auto/declarative/qdeclarativefolderlistmodel/tst_qdeclarativefolderlistmodel.cpp b/tests/auto/declarative/qdeclarativefolderlistmodel/tst_qdeclarativefolderlistmodel.cpp index f80928f4b8..f8c91e6000 100644 --- a/tests/auto/declarative/qdeclarativefolderlistmodel/tst_qdeclarativefolderlistmodel.cpp +++ b/tests/auto/declarative/qdeclarativefolderlistmodel/tst_qdeclarativefolderlistmodel.cpp @@ -40,7 +40,6 @@ ****************************************************************************/ #include #include -#include "../../../shared/util.h" #include #include #include diff --git a/tests/auto/declarative/qdeclarativefontloader/tst_qdeclarativefontloader.cpp b/tests/auto/declarative/qdeclarativefontloader/tst_qdeclarativefontloader.cpp index cd67f14667..67a040dcf2 100644 --- a/tests/auto/declarative/qdeclarativefontloader/tst_qdeclarativefontloader.cpp +++ b/tests/auto/declarative/qdeclarativefontloader/tst_qdeclarativefontloader.cpp @@ -45,7 +45,6 @@ #include #include #include "../shared/util.h" -#include "../../../shared/util.h" #include "../../declarative/shared/testhttpserver.h" #define SERVER_PORT 14448 diff --git a/tests/auto/declarative/qdeclarativeimageprovider/tst_qdeclarativeimageprovider.cpp b/tests/auto/declarative/qdeclarativeimageprovider/tst_qdeclarativeimageprovider.cpp index 817738ad8a..9f4e131cbd 100644 --- a/tests/auto/declarative/qdeclarativeimageprovider/tst_qdeclarativeimageprovider.cpp +++ b/tests/auto/declarative/qdeclarativeimageprovider/tst_qdeclarativeimageprovider.cpp @@ -45,7 +45,6 @@ #include #include #include -#include "../../../shared/util.h" Q_DECLARE_METATYPE(QDeclarativeImageProvider*); diff --git a/tests/auto/declarative/qdeclarativelanguage/tst_qdeclarativelanguage.cpp b/tests/auto/declarative/qdeclarativelanguage/tst_qdeclarativelanguage.cpp index a06be0250b..bde2c14fd9 100644 --- a/tests/auto/declarative/qdeclarativelanguage/tst_qdeclarativelanguage.cpp +++ b/tests/auto/declarative/qdeclarativelanguage/tst_qdeclarativelanguage.cpp @@ -52,8 +52,6 @@ #include #include "testtypes.h" - -#include "../../../shared/util.h" #include "testhttpserver.h" DEFINE_BOOL_CONFIG_OPTION(qmlCheckTypes, QML_CHECK_TYPES) diff --git a/tests/auto/declarative/qdeclarativelistmodel/tst_qdeclarativelistmodel.cpp b/tests/auto/declarative/qdeclarativelistmodel/tst_qdeclarativelistmodel.cpp index fe2cf9cf63..92e3a8f58d 100644 --- a/tests/auto/declarative/qdeclarativelistmodel/tst_qdeclarativelistmodel.cpp +++ b/tests/auto/declarative/qdeclarativelistmodel/tst_qdeclarativelistmodel.cpp @@ -51,8 +51,6 @@ #include #include -#include "../../../shared/util.h" - Q_DECLARE_METATYPE(QList) Q_DECLARE_METATYPE(QList) diff --git a/tests/auto/declarative/qdeclarativemoduleplugin/tst_qdeclarativemoduleplugin.cpp b/tests/auto/declarative/qdeclarativemoduleplugin/tst_qdeclarativemoduleplugin.cpp index 4ac625ef62..d8b7cf4e5b 100644 --- a/tests/auto/declarative/qdeclarativemoduleplugin/tst_qdeclarativemoduleplugin.cpp +++ b/tests/auto/declarative/qdeclarativemoduleplugin/tst_qdeclarativemoduleplugin.cpp @@ -45,7 +45,6 @@ #include #include "../shared/testhttpserver.h" -#include "../../../shared/util.h" #include "../shared/util.h" #define SERVER_ADDR "http://127.0.0.1:14450" diff --git a/tests/auto/declarative/qdeclarativepath/tst_qdeclarativepath.cpp b/tests/auto/declarative/qdeclarativepath/tst_qdeclarativepath.cpp index c390b7b672..91513fc8a5 100644 --- a/tests/auto/declarative/qdeclarativepath/tst_qdeclarativepath.cpp +++ b/tests/auto/declarative/qdeclarativepath/tst_qdeclarativepath.cpp @@ -45,7 +45,6 @@ #include #include "../shared/util.h" -#include "../../../shared/util.h" class tst_QDeclarativePath : public QObject { diff --git a/tests/auto/declarative/qdeclarativepixmapcache/tst_qdeclarativepixmapcache.cpp b/tests/auto/declarative/qdeclarativepixmapcache/tst_qdeclarativepixmapcache.cpp index e0f7a66566..386d465982 100644 --- a/tests/auto/declarative/qdeclarativepixmapcache/tst_qdeclarativepixmapcache.cpp +++ b/tests/auto/declarative/qdeclarativepixmapcache/tst_qdeclarativepixmapcache.cpp @@ -45,7 +45,6 @@ #include #include #include "testhttpserver.h" -#include "../../../shared/util.h" #ifndef QT_NO_CONCURRENT #include diff --git a/tests/auto/declarative/qdeclarativesmoothedanimation/tst_qdeclarativesmoothedanimation.cpp b/tests/auto/declarative/qdeclarativesmoothedanimation/tst_qdeclarativesmoothedanimation.cpp index 17a4f0e071..989edfab8b 100644 --- a/tests/auto/declarative/qdeclarativesmoothedanimation/tst_qdeclarativesmoothedanimation.cpp +++ b/tests/auto/declarative/qdeclarativesmoothedanimation/tst_qdeclarativesmoothedanimation.cpp @@ -45,7 +45,6 @@ #include #include #include "../shared/util.h" -#include "../../../shared/util.h" class tst_qdeclarativesmoothedanimation : public QObject { diff --git a/tests/auto/declarative/qdeclarativespringanimation/tst_qdeclarativespringanimation.cpp b/tests/auto/declarative/qdeclarativespringanimation/tst_qdeclarativespringanimation.cpp index 2432509bd2..d7edcee386 100644 --- a/tests/auto/declarative/qdeclarativespringanimation/tst_qdeclarativespringanimation.cpp +++ b/tests/auto/declarative/qdeclarativespringanimation/tst_qdeclarativespringanimation.cpp @@ -44,7 +44,6 @@ #include #include #include "../shared/util.h" -#include "../../../shared/util.h" class tst_qdeclarativespringanimation : public QObject { diff --git a/tests/auto/declarative/qdeclarativesqldatabase/tst_qdeclarativesqldatabase.cpp b/tests/auto/declarative/qdeclarativesqldatabase/tst_qdeclarativesqldatabase.cpp index 0527427910..b7e04b7e70 100644 --- a/tests/auto/declarative/qdeclarativesqldatabase/tst_qdeclarativesqldatabase.cpp +++ b/tests/auto/declarative/qdeclarativesqldatabase/tst_qdeclarativesqldatabase.cpp @@ -39,7 +39,6 @@ ** ****************************************************************************/ #include -#include "../../../shared/util.h" #include #include #include diff --git a/tests/auto/declarative/qdeclarativestates/tst_qdeclarativestates.cpp b/tests/auto/declarative/qdeclarativestates/tst_qdeclarativestates.cpp index cbf4814725..ac24a0b6c5 100644 --- a/tests/auto/declarative/qdeclarativestates/tst_qdeclarativestates.cpp +++ b/tests/auto/declarative/qdeclarativestates/tst_qdeclarativestates.cpp @@ -51,7 +51,6 @@ #include #include #include "../shared/util.h" -#include "../../../shared/util.h" class MyAttached : public QObject { diff --git a/tests/auto/declarative/qdeclarativesystempalette/tst_qdeclarativesystempalette.cpp b/tests/auto/declarative/qdeclarativesystempalette/tst_qdeclarativesystempalette.cpp index 15251ecf15..8c9543273c 100644 --- a/tests/auto/declarative/qdeclarativesystempalette/tst_qdeclarativesystempalette.cpp +++ b/tests/auto/declarative/qdeclarativesystempalette/tst_qdeclarativesystempalette.cpp @@ -45,7 +45,6 @@ #include #include #include -#include "../../../shared/util.h" class tst_qdeclarativesystempalette : public QObject { diff --git a/tests/auto/declarative/qdeclarativeworkerscript/tst_qdeclarativeworkerscript.cpp b/tests/auto/declarative/qdeclarativeworkerscript/tst_qdeclarativeworkerscript.cpp index 8b7f6b6054..bb7921c8e3 100644 --- a/tests/auto/declarative/qdeclarativeworkerscript/tst_qdeclarativeworkerscript.cpp +++ b/tests/auto/declarative/qdeclarativeworkerscript/tst_qdeclarativeworkerscript.cpp @@ -51,7 +51,6 @@ #include #include #include "../shared/util.h" -#include "../../../shared/util.h" inline QUrl TEST_FILE(const QString &filename) { diff --git a/tests/auto/declarative/qdeclarativexmlhttprequest/tst_qdeclarativexmlhttprequest.cpp b/tests/auto/declarative/qdeclarativexmlhttprequest/tst_qdeclarativexmlhttprequest.cpp index a035b4e870..1caec581cc 100644 --- a/tests/auto/declarative/qdeclarativexmlhttprequest/tst_qdeclarativexmlhttprequest.cpp +++ b/tests/auto/declarative/qdeclarativexmlhttprequest/tst_qdeclarativexmlhttprequest.cpp @@ -46,7 +46,6 @@ #include #include "testhttpserver.h" #include "../shared/util.h" -#include "../../../shared/util.h" #define SERVER_PORT 14445 diff --git a/tests/auto/declarative/qdeclarativexmllistmodel/tst_qdeclarativexmllistmodel.cpp b/tests/auto/declarative/qdeclarativexmllistmodel/tst_qdeclarativexmllistmodel.cpp index 3328232236..2b66e67024 100644 --- a/tests/auto/declarative/qdeclarativexmllistmodel/tst_qdeclarativexmllistmodel.cpp +++ b/tests/auto/declarative/qdeclarativexmllistmodel/tst_qdeclarativexmllistmodel.cpp @@ -57,7 +57,6 @@ #include #include #include -#include "../../../shared/util.h" typedef QPair QDeclarativeXmlListRange; typedef QList QDeclarativeXmlModelData; diff --git a/tests/auto/declarative/qsganimatedimage/tst_qsganimatedimage.cpp b/tests/auto/declarative/qsganimatedimage/tst_qsganimatedimage.cpp index 8e63773104..757270177e 100644 --- a/tests/auto/declarative/qsganimatedimage/tst_qsganimatedimage.cpp +++ b/tests/auto/declarative/qsganimatedimage/tst_qsganimatedimage.cpp @@ -50,7 +50,6 @@ #include "../shared/testhttpserver.h" #include "../shared/util.h" -#include "../../../shared/util.h" class tst_qsganimatedimage : public QObject { diff --git a/tests/auto/declarative/qsgborderimage/tst_qsgborderimage.cpp b/tests/auto/declarative/qsgborderimage/tst_qsgborderimage.cpp index a96ea4b68a..0835a66dd7 100644 --- a/tests/auto/declarative/qsgborderimage/tst_qsgborderimage.cpp +++ b/tests/auto/declarative/qsgborderimage/tst_qsgborderimage.cpp @@ -57,7 +57,6 @@ #include "../shared/testhttpserver.h" #include "../shared/util.h" -#include "../../../shared/util.h" #define SERVER_PORT 14446 #define SERVER_ADDR "http://127.0.0.1:14446" diff --git a/tests/auto/declarative/qsgcanvas/tst_qsgcanvas.cpp b/tests/auto/declarative/qsgcanvas/tst_qsgcanvas.cpp index a504de87a5..d8135ed233 100644 --- a/tests/auto/declarative/qsgcanvas/tst_qsgcanvas.cpp +++ b/tests/auto/declarative/qsgcanvas/tst_qsgcanvas.cpp @@ -45,7 +45,6 @@ #include #include #include -#include "../../../shared/util.h" #include struct TouchEventData { diff --git a/tests/auto/declarative/qsgdrag/tst_qsgdrag.cpp b/tests/auto/declarative/qsgdrag/tst_qsgdrag.cpp index 8e2163a3eb..9719114662 100644 --- a/tests/auto/declarative/qsgdrag/tst_qsgdrag.cpp +++ b/tests/auto/declarative/qsgdrag/tst_qsgdrag.cpp @@ -46,7 +46,6 @@ #include #include #include -#include "../../../shared/util.h" template static T evaluate(QObject *scope, const QString &expression) { diff --git a/tests/auto/declarative/qsgdroparea/tst_qsgdroparea.cpp b/tests/auto/declarative/qsgdroparea/tst_qsgdroparea.cpp index 57cedcc414..1c303b4b3e 100644 --- a/tests/auto/declarative/qsgdroparea/tst_qsgdroparea.cpp +++ b/tests/auto/declarative/qsgdroparea/tst_qsgdroparea.cpp @@ -46,7 +46,6 @@ #include #include #include -#include "../../../shared/util.h" #include diff --git a/tests/auto/declarative/qsgflickable/tst_qsgflickable.cpp b/tests/auto/declarative/qsgflickable/tst_qsgflickable.cpp index 0920f0f65c..fa3f13fea9 100644 --- a/tests/auto/declarative/qsgflickable/tst_qsgflickable.cpp +++ b/tests/auto/declarative/qsgflickable/tst_qsgflickable.cpp @@ -47,7 +47,6 @@ #include #include #include "../shared/util.h" -#include "../../../shared/util.h" #include class tst_qsgflickable : public QObject diff --git a/tests/auto/declarative/qsgfocusscope/tst_qsgfocusscope.cpp b/tests/auto/declarative/qsgfocusscope/tst_qsgfocusscope.cpp index 046bacab6d..c70ba69f36 100644 --- a/tests/auto/declarative/qsgfocusscope/tst_qsgfocusscope.cpp +++ b/tests/auto/declarative/qsgfocusscope/tst_qsgfocusscope.cpp @@ -48,7 +48,6 @@ #include #include #include "../shared/util.h" -#include "../../../shared/util.h" class tst_qsgfocusscope : public QObject { diff --git a/tests/auto/declarative/qsggridview/tst_qsggridview.cpp b/tests/auto/declarative/qsggridview/tst_qsggridview.cpp index b5cd75cc7f..9e5c425632 100644 --- a/tests/auto/declarative/qsggridview/tst_qsggridview.cpp +++ b/tests/auto/declarative/qsggridview/tst_qsggridview.cpp @@ -52,7 +52,6 @@ #include #include #include "../shared/util.h" -#include "../../../shared/util.h" #include Q_DECLARE_METATYPE(Qt::LayoutDirection) diff --git a/tests/auto/declarative/qsgimage/tst_qsgimage.cpp b/tests/auto/declarative/qsgimage/tst_qsgimage.cpp index 7a850db7a8..84d5f75539 100644 --- a/tests/auto/declarative/qsgimage/tst_qsgimage.cpp +++ b/tests/auto/declarative/qsgimage/tst_qsgimage.cpp @@ -57,7 +57,6 @@ #include #include "../shared/util.h" -#include "../../../shared/util.h" #include "../shared/testhttpserver.h" #define SERVER_PORT 14451 diff --git a/tests/auto/declarative/qsgitem/tst_qsgitem.cpp b/tests/auto/declarative/qsgitem/tst_qsgitem.cpp index c914d31783..84c52bdde8 100644 --- a/tests/auto/declarative/qsgitem/tst_qsgitem.cpp +++ b/tests/auto/declarative/qsgitem/tst_qsgitem.cpp @@ -45,7 +45,6 @@ #include "qsgcanvas.h" #include #include "private/qsgfocusscope_p.h" -#include "../../../shared/util.h" #include #include diff --git a/tests/auto/declarative/qsgitem2/tst_qsgitem.cpp b/tests/auto/declarative/qsgitem2/tst_qsgitem.cpp index 08a3071e51..fe29de1aad 100644 --- a/tests/auto/declarative/qsgitem2/tst_qsgitem.cpp +++ b/tests/auto/declarative/qsgitem2/tst_qsgitem.cpp @@ -47,7 +47,6 @@ #include #include #include "../shared/util.h" -#include "../../../shared/util.h" class tst_QSGItem : public QObject { diff --git a/tests/auto/declarative/qsglistview/tst_qsglistview.cpp b/tests/auto/declarative/qsglistview/tst_qsglistview.cpp index c2a6920b48..a23d3b592c 100644 --- a/tests/auto/declarative/qsglistview/tst_qsglistview.cpp +++ b/tests/auto/declarative/qsglistview/tst_qsglistview.cpp @@ -53,7 +53,6 @@ #include #include #include "../shared/util.h" -#include "../../../shared/util.h" #include "incrementalmodel.h" #include diff --git a/tests/auto/declarative/qsgloader/tst_qsgloader.cpp b/tests/auto/declarative/qsgloader/tst_qsgloader.cpp index 7f307e01bd..3968a92ac0 100644 --- a/tests/auto/declarative/qsgloader/tst_qsgloader.cpp +++ b/tests/auto/declarative/qsgloader/tst_qsgloader.cpp @@ -48,7 +48,6 @@ #include #include "testhttpserver.h" #include "../shared/util.h" -#include "../../../shared/util.h" #define SERVER_PORT 14450 diff --git a/tests/auto/declarative/qsgmousearea/tst_qsgmousearea.cpp b/tests/auto/declarative/qsgmousearea/tst_qsgmousearea.cpp index 0ac2fa9829..be6a6017f0 100644 --- a/tests/auto/declarative/qsgmousearea/tst_qsgmousearea.cpp +++ b/tests/auto/declarative/qsgmousearea/tst_qsgmousearea.cpp @@ -49,7 +49,6 @@ #include #include #include "../shared/util.h" -#include "../../../shared/util.h" //#define OLDWAY diff --git a/tests/auto/declarative/qsgpathview/tst_qsgpathview.cpp b/tests/auto/declarative/qsgpathview/tst_qsgpathview.cpp index c4648603cb..c6440cf5ef 100644 --- a/tests/auto/declarative/qsgpathview/tst_qsgpathview.cpp +++ b/tests/auto/declarative/qsgpathview/tst_qsgpathview.cpp @@ -57,7 +57,6 @@ #include #include "../shared/util.h" -#include "../../../shared/util.h" static void initStandardTreeModel(QStandardItemModel *model) { diff --git a/tests/auto/declarative/qsgpositioners/tst_qsgpositioners.cpp b/tests/auto/declarative/qsgpositioners/tst_qsgpositioners.cpp index 0ef10c1eb3..03dc18763c 100644 --- a/tests/auto/declarative/qsgpositioners/tst_qsgpositioners.cpp +++ b/tests/auto/declarative/qsgpositioners/tst_qsgpositioners.cpp @@ -48,7 +48,6 @@ #include #include #include "../shared/util.h" -#include "../../../shared/util.h" class tst_qsgpositioners : public QObject { diff --git a/tests/auto/declarative/qsgtext/tst_qsgtext.cpp b/tests/auto/declarative/qsgtext/tst_qsgtext.cpp index 8dc32b2cc0..ae3140e266 100644 --- a/tests/auto/declarative/qsgtext/tst_qsgtext.cpp +++ b/tests/auto/declarative/qsgtext/tst_qsgtext.cpp @@ -54,7 +54,6 @@ #include #include #include "../shared/util.h" -#include "../../../shared/util.h" #include "testhttpserver.h" DEFINE_BOOL_CONFIG_OPTION(qmlDisableDistanceField, QML_DISABLE_DISTANCEFIELD) diff --git a/tests/auto/declarative/qsgtextedit/tst_qsgtextedit.cpp b/tests/auto/declarative/qsgtextedit/tst_qsgtextedit.cpp index 945b2d2c45..17ce4db6cb 100644 --- a/tests/auto/declarative/qsgtextedit/tst_qsgtextedit.cpp +++ b/tests/auto/declarative/qsgtextedit/tst_qsgtextedit.cpp @@ -40,7 +40,6 @@ ****************************************************************************/ #include #include -#include "../../../shared/util.h" #include "../shared/testhttpserver.h" #include #include diff --git a/tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp b/tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp index 9ab6e69ba1..67089d8de5 100644 --- a/tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp +++ b/tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp @@ -41,7 +41,6 @@ #include #include #include "../shared/util.h" -#include "../../../shared/util.h" #include #include #include diff --git a/tests/auto/declarative/qsgview/tst_qsgview.cpp b/tests/auto/declarative/qsgview/tst_qsgview.cpp index 5edf1976a5..d2c51d60e9 100644 --- a/tests/auto/declarative/qsgview/tst_qsgview.cpp +++ b/tests/auto/declarative/qsgview/tst_qsgview.cpp @@ -45,7 +45,6 @@ #include #include #include "../shared/util.h" -#include "../../../shared/util.h" #include #include diff --git a/tests/auto/declarative/qsgvisualdatamodel/tst_qsgvisualdatamodel.cpp b/tests/auto/declarative/qsgvisualdatamodel/tst_qsgvisualdatamodel.cpp index d9fec3f8b3..019493109d 100644 --- a/tests/auto/declarative/qsgvisualdatamodel/tst_qsgvisualdatamodel.cpp +++ b/tests/auto/declarative/qsgvisualdatamodel/tst_qsgvisualdatamodel.cpp @@ -39,7 +39,6 @@ ** ****************************************************************************/ #include "../shared/util.h" -#include "../../../shared/util.h" #include #include #include -- cgit v1.2.3