summaryrefslogtreecommitdiffstats
path: root/tests/auto/integration_external/server/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/integration_external/server/main.cpp')
-rw-r--r--tests/auto/integration_external/server/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/integration_external/server/main.cpp b/tests/auto/integration_external/server/main.cpp
index 23d708f..a3f1387 100644
--- a/tests/auto/integration_external/server/main.cpp
+++ b/tests/auto/integration_external/server/main.cpp
@@ -71,7 +71,7 @@ private Q_SLOTS:
qDebug() << "Waiting for incoming connections";
- QSignalSpy waitForStartedSpy(&myTestServer, SIGNAL(startedChanged(bool)));
+ QSignalSpy waitForStartedSpy(&myTestServer, &MyTestServer::startedChanged);
QVERIFY(waitForStartedSpy.isValid());
QVERIFY(waitForStartedSpy.wait());
QCOMPARE(waitForStartedSpy.value(0).value(0).toBool(), true);