aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-12-15 15:30:41 +0100
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-12-22 15:33:20 +0000
commit9deb4731a4b6af4c87846b7890e7501f624259d3 (patch)
tree047acb51b285f2be6a262376562de49e248f5786 /src/qml/debugger
parent7f5b85456b1076993f5d5926914a17bbdf3c14a9 (diff)
Make QQmlDebugConnector::hasEngine() const
Change-Id: I7441c24e3c2ae00ac274aa053d2e03d8f61ac830 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/debugger')
-rw-r--r--src/qml/debugger/qqmldebugconnector_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/debugger/qqmldebugconnector_p.h b/src/qml/debugger/qqmldebugconnector_p.h
index 8549810438..b64e873328 100644
--- a/src/qml/debugger/qqmldebugconnector_p.h
+++ b/src/qml/debugger/qqmldebugconnector_p.h
@@ -72,7 +72,7 @@ public:
virtual void addEngine(QJSEngine *engine) = 0;
virtual void removeEngine(QJSEngine *engine) = 0;
- virtual bool hasEngine(QJSEngine *engine) = 0;
+ virtual bool hasEngine(QJSEngine *engine) const = 0;
virtual bool addService(const QString &name, QQmlDebugService *service) = 0;
virtual bool removeService(const QString &name) = 0;