aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/debugger/shared/debugutil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/debugger/shared/debugutil.cpp')
-rw-r--r--tests/auto/declarative/debugger/shared/debugutil.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/debugger/shared/debugutil.cpp b/tests/auto/declarative/debugger/shared/debugutil.cpp
index 7af3d0f68f..b0ba5f27e6 100644
--- a/tests/auto/declarative/debugger/shared/debugutil.cpp
+++ b/tests/auto/declarative/debugger/shared/debugutil.cpp
@@ -62,6 +62,7 @@ bool QDeclarativeDebugTest::waitForSignal(QObject *receiver, const char *member,
QDeclarativeDebugTestService::QDeclarativeDebugTestService(const QString &s, QObject *parent)
: QDeclarativeDebugService(s, parent)
{
+ registerService();
}
void QDeclarativeDebugTestService::messageReceived(const QByteArray &ba)