aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_debugger/qv4debugservice.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-10-15 16:29:03 +0200
committerhjk <hjk@theqtcompany.com>2015-10-15 17:11:50 +0000
commit5c64391fb4eb7c85634d08327e2cf82182260ac9 (patch)
tree4122ae3edfc70897955fbddfe8910999023113f2 /src/plugins/qmltooling/qmldbg_debugger/qv4debugservice.h
parent6fc1e0fc36f0732e79375a0e105816eb17893962 (diff)
Only set V4 debugger when service is enabled
Otherwise different debug services could steal each other's debugers. Change-Id: Ic0a50333d21c7d20a7124240ea598f8446400ae3 Reviewed-by: hjk <hjk@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmltooling/qmldbg_debugger/qv4debugservice.h')
-rw-r--r--src/plugins/qmltooling/qmldbg_debugger/qv4debugservice.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/qmltooling/qmldbg_debugger/qv4debugservice.h b/src/plugins/qmltooling/qmldbg_debugger/qv4debugservice.h
index c4920404a2..273e5ffd62 100644
--- a/src/plugins/qmltooling/qmldbg_debugger/qv4debugservice.h
+++ b/src/plugins/qmltooling/qmldbg_debugger/qv4debugservice.h
@@ -73,6 +73,8 @@ public:
void engineAboutToBeAdded(QQmlEngine *engine);
void engineAboutToBeRemoved(QQmlEngine *engine);
+ void stateAboutToBeChanged(State state);
+
void signalEmitted(const QString &signal);
void send(QJsonObject v8Payload);