Skip to content
Snippets Groups Projects
Commit 0efb4d69 authored by Olivier Goffart's avatar Olivier Goffart
Browse files

QML debugger: update to the protocol

parent cc5d0459
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
using namespace QmlJSInspector::Internal; using namespace QmlJSInspector::Internal;
DebuggerClient::DebuggerClient(QDeclarativeDebugConnection* client) DebuggerClient::DebuggerClient(QDeclarativeDebugConnection* client)
: QDeclarativeDebugClient(QLatin1String("Debugger"), client) : QDeclarativeDebugClient(QLatin1String("JSDebugger"), client)
, connection(client) , connection(client)
{ {
ExtensionSystem::PluginManager *pm = ExtensionSystem::PluginManager::instance(); ExtensionSystem::PluginManager *pm = ExtensionSystem::PluginManager::instance();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment