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.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/qmldebug/qqmldebugclient.cpp b/src/qmldebug/qqmldebugclient.cpp
index d412b7b267..03123cc6e0 100644
--- a/src/qmldebug/qqmldebugclient.cpp
+++ b/src/qmldebug/qqmldebugclient.cpp
@@ -117,11 +117,6 @@ QQmlDebugConnection *QQmlDebugClient::connection() const
return d->connection;
}
-void QQmlDebugClient::stateChanged(QQmlDebugClient::State state)
-{
- Q_UNUSED(state);
-}
-
void QQmlDebugClient::messageReceived(const QByteArray &message)
{
Q_UNUSED(message);