aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAurindam Jana <aurindam.jana@nokia.com>2012-03-07 09:34:12 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-07 13:14:52 +0100
commit21e2a227b9f01585ac858549ebdd597a779917bc (patch)
treeb16c6e4bf9f179d85621fa20bee18951ba6b6bda /tests
parenta85e66be34232fa17339562f0c2b51eca3f4c836 (diff)
QmlDebugging: Revert the names of services
Revert the names of the services changed in b855240b782395f94315f43ea3e7e182299fac48 to maintain BC. Change-Id: I79826d92fd09c41e0020541b0c7bb77b5b2ecb1f Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/debugger/qqmlinspector/tst_qqmlinspector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/debugger/qqmlinspector/tst_qqmlinspector.cpp b/tests/auto/qml/debugger/qqmlinspector/tst_qqmlinspector.cpp
index 4f74a036d6..def704060c 100644
--- a/tests/auto/qml/debugger/qqmlinspector/tst_qqmlinspector.cpp
+++ b/tests/auto/qml/debugger/qqmlinspector/tst_qqmlinspector.cpp
@@ -59,7 +59,7 @@ class QQmlInspectorClient : public QQmlDebugClient
public:
QQmlInspectorClient(QQmlDebugConnection *connection)
- : QQmlDebugClient(QLatin1String("QQmlObserverMode"), connection)
+ : QQmlDebugClient(QLatin1String("QDeclarativeObserverMode"), connection)
, m_showAppOnTop(false)
{
}