aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldebug/qqmldebugmessageclient_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmldebug/qqmldebugmessageclient_p.h')
-rw-r--r--src/qmldebug/qqmldebugmessageclient_p.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/qmldebug/qqmldebugmessageclient_p.h b/src/qmldebug/qqmldebugmessageclient_p.h
index 75c70044e4..a2a7f28f81 100644
--- a/src/qmldebug/qqmldebugmessageclient_p.h
+++ b/src/qmldebug/qqmldebugmessageclient_p.h
@@ -71,15 +71,10 @@ class QQmlDebugMessageClient : public QQmlDebugClient
public:
explicit QQmlDebugMessageClient(QQmlDebugConnection *client);
- virtual void stateChanged(State state) override;
virtual void messageReceived(const QByteArray &) override;
signals:
- void newState(QQmlDebugClient::State);
void message(QtMsgType, const QString &, const QQmlDebugContextInfo &);
-
-private:
- Q_DISABLE_COPY(QQmlDebugMessageClient)
};
QT_END_NAMESPACE