QML debugger: update to the protocol

This commit is contained in:
Olivier Goffart
2010-07-07 14:26:25 +02:00
parent cc5d0459dd
commit 0efb4d69fc

View File

@@ -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();