aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/shared/qqmldebugclient.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-08-10 15:13:09 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-10-15 08:20:41 +0000
commit36cbf6a62aec4de253e935291bdd33370e7b7faa (patch)
tree3826f1b70498069f2e02b9c6a06ac7588378fa95 /tests/auto/qml/debugger/shared/qqmldebugclient.h
parent7063fefe4b5e866b27001bb9b911fc2f68034e40 (diff)
Properly test services arguments for QQmlDebugServer
So far we have only tested that each service is still functional when the services:<service> argument is given on the command line. This test checks that services which aren't specified are indeed not loaded. Change-Id: Ica935da0337b2215898f65cf283d6e11365432a8 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'tests/auto/qml/debugger/shared/qqmldebugclient.h')
-rw-r--r--tests/auto/qml/debugger/shared/qqmldebugclient.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qml/debugger/shared/qqmldebugclient.h b/tests/auto/qml/debugger/shared/qqmldebugclient.h
index fe9da693c8..659f7c8631 100644
--- a/tests/auto/qml/debugger/shared/qqmldebugclient.h
+++ b/tests/auto/qml/debugger/shared/qqmldebugclient.h
@@ -36,6 +36,7 @@
#include <QtNetwork/qtcpsocket.h>
+class QQmlDebugClient;
class QQmlDebugConnectionPrivate;
class QQmlDebugConnection : public QIODevice
{
@@ -60,6 +61,7 @@ public:
bool waitForConnected(int msecs = 30000);
QString stateString() const;
+ QList<QQmlDebugClient *> createOtherClients();
signals:
void connected();