aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldebug/qqmldebugclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmldebug/qqmldebugclient.cpp')
-rw-r--r--src/qmldebug/qqmldebugclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmldebug/qqmldebugclient.cpp b/src/qmldebug/qqmldebugclient.cpp
index b5d1130f88..dfa14d6667 100644
--- a/src/qmldebug/qqmldebugclient.cpp
+++ b/src/qmldebug/qqmldebugclient.cpp
@@ -105,7 +105,7 @@ void QQmlDebugClient::sendMessage(const QByteArray &message)
d->connection->sendMessage(d->name, message);
}
-const QQmlDebugConnection *QQmlDebugClient::connection() const
+QQmlDebugConnection *QQmlDebugClient::connection() const
{
Q_D(const QQmlDebugClient);
return d->connection;