From 0efb4d69fc7388e9a32af20fa1452e71ef7e20b9 Mon Sep 17 00:00:00 2001
From: Olivier Goffart <olivier.goffart@nokia.com>
Date: Wed, 7 Jul 2010 14:26:25 +0200
Subject: [PATCH] QML debugger: update to the protocol

---
 src/plugins/qmljsinspector/qmljsdebuggerclient.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/qmljsinspector/qmljsdebuggerclient.cpp b/src/plugins/qmljsinspector/qmljsdebuggerclient.cpp
index 1e10517b6ee..b26a1bb7591 100644
--- a/src/plugins/qmljsinspector/qmljsdebuggerclient.cpp
+++ b/src/plugins/qmljsinspector/qmljsdebuggerclient.cpp
@@ -34,7 +34,7 @@
 using namespace QmlJSInspector::Internal;
 
 DebuggerClient::DebuggerClient(QDeclarativeDebugConnection* client)
-    : QDeclarativeDebugClient(QLatin1String("Debugger"), client)
+    : QDeclarativeDebugClient(QLatin1String("JSDebugger"), client)
     , connection(client)
 {
     ExtensionSystem::PluginManager *pm = ExtensionSystem::PluginManager::instance();
-- 
GitLab