aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/shared/qqmldebugclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/debugger/shared/qqmldebugclient.h')
-rw-r--r--tests/auto/qml/debugger/shared/qqmldebugclient.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qml/debugger/shared/qqmldebugclient.h b/tests/auto/qml/debugger/shared/qqmldebugclient.h
index fc0a80d565..b5f5bdd2aa 100644
--- a/tests/auto/qml/debugger/shared/qqmldebugclient.h
+++ b/tests/auto/qml/debugger/shared/qqmldebugclient.h
@@ -66,6 +66,8 @@ public:
void close();
bool waitForConnected(int msecs = 30000);
+ QString stateString() const;
+
signals:
void connected();
void stateChanged(QAbstractSocket::SocketState socketState);
@@ -98,6 +100,7 @@ public:
QString name() const;
float serviceVersion() const;
State state() const;
+ QString stateString() const;
virtual void sendMessage(const QByteArray &);