diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2011-08-24 13:51:04 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2011-08-24 13:51:04 (GMT) |
commit | 4739a241722c20a4dade8f02b18a809fda94e942 (patch) | |
tree | 478d7349c6018cad27a50319ad65d09c58736ee3 /tests/auto/declarative/qdeclarativedebugservice/tst_qdeclarativedebugservice.cpp | |
parent | 02e2ff4597a7fe81ecbb4b1ef3c5e4a5ac6b7339 (diff) | |
download | Qt-4739a241722c20a4dade8f02b18a809fda94e942.zip Qt-4739a241722c20a4dade8f02b18a809fda94e942.tar.gz Qt-4739a241722c20a4dade8f02b18a809fda94e942.tar.bz2 |
tests: Use CONFIG option instead of QDeclarativeDebugHelper class
Change-Id: I84119a3164018a4179f8a7187348865a30b3237a
Diffstat (limited to 'tests/auto/declarative/qdeclarativedebugservice/tst_qdeclarativedebugservice.cpp')
-rw-r--r-- | tests/auto/declarative/qdeclarativedebugservice/tst_qdeclarativedebugservice.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/declarative/qdeclarativedebugservice/tst_qdeclarativedebugservice.cpp b/tests/auto/declarative/qdeclarativedebugservice/tst_qdeclarativedebugservice.cpp index 3fa8bba..74f549c 100644 --- a/tests/auto/declarative/qdeclarativedebugservice/tst_qdeclarativedebugservice.cpp +++ b/tests/auto/declarative/qdeclarativedebugservice/tst_qdeclarativedebugservice.cpp @@ -46,7 +46,6 @@ #include <QThread> #include <QtDeclarative/qdeclarativeengine.h> -#include <private/qdeclarativedebughelper_p.h> #include <private/qdeclarativedebug_p.h> #include <private/qdeclarativeenginedebug_p.h> @@ -76,9 +75,6 @@ private slots: void tst_QDeclarativeDebugService::initTestCase() { - QTest::ignoreMessage(QtWarningMsg, "Qml debugging is enabled. Only use this in a safe environment!"); - QDeclarativeDebugHelper::enableDebugging(); - QTest::ignoreMessage(QtWarningMsg, "QDeclarativeDebugServer: Waiting for connection on port 13769..."); new QDeclarativeEngine(this); |