aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldebug/qqmldebugclient_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmldebug/qqmldebugclient_p.h')
-rw-r--r--src/qmldebug/qqmldebugclient_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qmldebug/qqmldebugclient_p.h b/src/qmldebug/qqmldebugclient_p.h
index 997e6879cf..8e8330f317 100644
--- a/src/qmldebug/qqmldebugclient_p.h
+++ b/src/qmldebug/qqmldebugclient_p.h
@@ -68,6 +68,8 @@ public:
State state() const;
void sendMessage(const QByteArray &message);
+ const QQmlDebugConnection *connection() const;
+
protected:
QQmlDebugClient(QQmlDebugClientPrivate &dd);