summaryrefslogtreecommitdiff
path: root/TelepathyQt/contact-factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/contact-factory.cpp')
-rw-r--r--TelepathyQt/contact-factory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TelepathyQt/contact-factory.cpp b/TelepathyQt/contact-factory.cpp
index cd93acde..5d7253e9 100644
--- a/TelepathyQt/contact-factory.cpp
+++ b/TelepathyQt/contact-factory.cpp
@@ -140,7 +140,7 @@ ContactPtr ContactFactory::construct(Tp::ContactManager *manager, const Referenc
*/
PendingOperation *ContactFactory::prepare(const ContactPtr &contact) const
{
- return NULL;
+ return nullptr;
}
}