aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/qqmldebugclient.cpp
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 /src/qml/debugger/qqmldebugclient.cpp
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 'src/qml/debugger/qqmldebugclient.cpp')
-rw-r--r--src/qml/debugger/qqmldebugclient.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/debugger/qqmldebugclient.cpp b/src/qml/debugger/qqmldebugclient.cpp
index 12276b48fa..fcb0861c21 100644
--- a/src/qml/debugger/qqmldebugclient.cpp
+++ b/src/qml/debugger/qqmldebugclient.cpp
@@ -52,8 +52,8 @@
QT_BEGIN_NAMESPACE
const int protocolVersion = 1;
-const QString serverId = QLatin1String("QQmlDebugServer");
-const QString clientId = QLatin1String("QQmlDebugClient");
+const QString serverId = QLatin1String("QDeclarativeDebugServer");
+const QString clientId = QLatin1String("QDeclarativeDebugClient");
class QQmlDebugClientPrivate : public QObjectPrivate
{