aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldebug/qqmldebugclient.cpp
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.cpp
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.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;