aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldebug/qqmldebugclient_p.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-11-16 15:55:33 +0100
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-11-18 09:01:11 +0000
commitc4bd6beca3e7c3e8cf31af2f3fdd08a1f7aeabcb (patch)
tree6edba5d8eae036fbe59b6b952b959a147662e94d /src/qmldebug/qqmldebugclient_p.h
parentfee44872dce081b3480f3cb3bb74d12940a92068 (diff)
QmlDebug: Add some useful methods to QQmlDebugConnection
Change-Id: Iee2c09278f31ea93da9c02be6b2fc909b5f154d0 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qmldebug/qqmldebugclient_p.h')
-rw-r--r--src/qmldebug/qqmldebugclient_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmldebug/qqmldebugclient_p.h b/src/qmldebug/qqmldebugclient_p.h
index 8e8330f317..6d391617a9 100644
--- a/src/qmldebug/qqmldebugclient_p.h
+++ b/src/qmldebug/qqmldebugclient_p.h
@@ -68,7 +68,7 @@ public:
State state() const;
void sendMessage(const QByteArray &message);
- const QQmlDebugConnection *connection() const;
+ QQmlDebugConnection *connection() const;
protected:
QQmlDebugClient(QQmlDebugClientPrivate &dd);