aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/tests/t-ownertrust.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/tests/t-ownertrust.cpp')
-rw-r--r--lang/qt/tests/t-ownertrust.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/tests/t-ownertrust.cpp b/lang/qt/tests/t-ownertrust.cpp
index eb6c3db3..9a0c1cd0 100644
--- a/lang/qt/tests/t-ownertrust.cpp
+++ b/lang/qt/tests/t-ownertrust.cpp
@@ -70,7 +70,7 @@ private Q_SLOTS:
Q_EMIT asyncDone();
});
job2->start(key, Key::Ultimate);
- QSignalSpy spy (this, &ChangeOwnerTrustTest::asyncDone);
+ QSignalSpy spy (this, SIGNAL(asyncDone()));
Q_ASSERT(spy.wait());
job = openpgp()->keyListJob(false, true, true);