summaryrefslogtreecommitdiffstats
path: root/tests/auto/oauth1/tst_oauth1.cpp
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-06-26 03:00:44 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-06-26 03:00:44 +0200
commitc480f00eedc0b7aea6906ef5788bd2adf7723c21 (patch)
tree4025af9ee1640a32afcaae6fa6aa79992eaba4ce /tests/auto/oauth1/tst_oauth1.cpp
parent4e5633efcdc35861be88d999facaad5531cd469b (diff)
parent1b2c97d27ab420a893fbd45e864ad29986aa49e0 (diff)
Merge remote-tracking branch 'origin/5.11' into dev
Diffstat (limited to 'tests/auto/oauth1/tst_oauth1.cpp')
-rw-r--r--tests/auto/oauth1/tst_oauth1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/oauth1/tst_oauth1.cpp b/tests/auto/oauth1/tst_oauth1.cpp
index 7bfc628..0ca373d 100644
--- a/tests/auto/oauth1/tst_oauth1.cpp
+++ b/tests/auto/oauth1/tst_oauth1.cpp
@@ -218,7 +218,7 @@ void tst_OAuth1::gotError()
{
if (loop)
loop->exit(returnCode = Failure);
- disconnect(QObject::sender(), SIGNAL(finished()), this, 0);
+ disconnect(QObject::sender(), SIGNAL(finished()), this, nullptr);
}
void tst_OAuth1::clientIdentifierSignal()