aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-11-30 20:04:37 +0100
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-12-15 15:59:57 +0000
commit63dede74a386012f9bd5a6896c3fd6ef6ffa01cd (patch)
tree11457288648f4d7ff2c0408546436aae4f2d9185 /src/qml/debugger
parent18c4295e25503ae637a715858de5c94a3d105a92 (diff)
QmlDebug: Add functionality to query if a server knows an engine
Change-Id: Iba40a1705c18d19c4ef5723aeb8ee5113e31041c Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/debugger')
-rw-r--r--src/qml/debugger/qqmldebugconnector_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/debugger/qqmldebugconnector_p.h b/src/qml/debugger/qqmldebugconnector_p.h
index 1e7d01e431..8549810438 100644
--- a/src/qml/debugger/qqmldebugconnector_p.h
+++ b/src/qml/debugger/qqmldebugconnector_p.h
@@ -72,6 +72,7 @@ public:
virtual void addEngine(QJSEngine *engine) = 0;
virtual void removeEngine(QJSEngine *engine) = 0;
+ virtual bool hasEngine(QJSEngine *engine) = 0;
virtual bool addService(const QString &name, QQmlDebugService *service) = 0;
virtual bool removeService(const QString &name) = 0;