summaryrefslogtreecommitdiff
path: root/TelepathyQt/simple-observer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/simple-observer.cpp')
-rw-r--r--TelepathyQt/simple-observer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TelepathyQt/simple-observer.cpp b/TelepathyQt/simple-observer.cpp
index e34f31c0..c8765fce 100644
--- a/TelepathyQt/simple-observer.cpp
+++ b/TelepathyQt/simple-observer.cpp
@@ -592,7 +592,7 @@ void SimpleObserver::onContactConstructed(Tp::PendingOperation *op)
mPriv->processChannelsQueue();
// disconnect all account signals we are handling
- disconnect(mPriv->account.data(), 0, this, 0);
+ disconnect(mPriv->account.data(), nullptr, this, nullptr);
}
void SimpleObserver::onNewChannels(const AccountPtr &channelsAccount,