aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/shared/qqmldebugclient.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2013-10-08 11:02:24 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-16 08:34:32 +0200
commit29beac9aa1daf9a044dc62e567283779e68b3724 (patch)
tree423dc2373ebb41b16bd0336a50477286609f080f /tests/auto/qml/debugger/shared/qqmldebugclient.h
parent8c66618892334b4ef0b5ecced048f96d051352bd (diff)
Improve output of test case
Change-Id: Ib36583120ca42835534f0f8494637aeb9618f317 Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
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 &);