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, 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);