aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_debugger/qqmldebuggerservice.json
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-08-26 14:17:38 +0200
committerUlf Hermann <ulf.hermann@qt.io>2016-11-18 14:36:35 +0000
commit9f5945a6309a3026f4ab724d2f16676f505965d8 (patch)
treebb1ff0684e0459bffbc569b56c076e07424c3ae8 /src/plugins/qmltooling/qmldbg_debugger/qqmldebuggerservice.json
parenta7fd83cd0cecb789006baecabfc6a49c49b7f48c (diff)
QmlTooling: Move QDebugMessageService into own plugin
The debug message service is used by both the debugger and the profiler. It shouldn't be necessary to load the debugger plugin in order to do QML profiling. Change-Id: Ic9a4216763098cc795fa9feb98b37ddceeed47d9 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/plugins/qmltooling/qmldbg_debugger/qqmldebuggerservice.json')
-rw-r--r--src/plugins/qmltooling/qmldbg_debugger/qqmldebuggerservice.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmltooling/qmldbg_debugger/qqmldebuggerservice.json b/src/plugins/qmltooling/qmldbg_debugger/qqmldebuggerservice.json
index 967a725903..b1152e2a31 100644
--- a/src/plugins/qmltooling/qmldbg_debugger/qqmldebuggerservice.json
+++ b/src/plugins/qmltooling/qmldbg_debugger/qqmldebuggerservice.json
@@ -1,3 +1,3 @@
{
- "Keys": [ "DebugMessages", "QmlDebugger", "V8Debugger", "NativeQmlDebugger" ]
+ "Keys": [ "QmlDebugger", "V8Debugger", "NativeQmlDebugger" ]
}