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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/qmldebug/qqmldebugclient_p.h b/src/qmldebug/qqmldebugclient_p.h
index 723de5ee43..469b65d4a9 100644
--- a/src/qmldebug/qqmldebugclient_p.h
+++ b/src/qmldebug/qqmldebugclient_p.h
@@ -76,13 +76,14 @@ public:
QQmlDebugConnection *connection() const;
+signals:
+ void stateChanged(State state);
+
protected:
QQmlDebugClient(QQmlDebugClientPrivate &dd);
private:
friend class QQmlDebugConnection;
-
- virtual void stateChanged(State state);
virtual void messageReceived(const QByteArray &message);
};