summaryrefslogtreecommitdiff
path: root/TelepathyQt/dbus-proxy-factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/dbus-proxy-factory.cpp')
-rw-r--r--TelepathyQt/dbus-proxy-factory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TelepathyQt/dbus-proxy-factory.cpp b/TelepathyQt/dbus-proxy-factory.cpp
index d3d68590..55b07999 100644
--- a/TelepathyQt/dbus-proxy-factory.cpp
+++ b/TelepathyQt/dbus-proxy-factory.cpp
@@ -177,7 +177,7 @@ PendingReady *DBusProxyFactory::nowHaveProxy(const DBusProxyPtr &proxy) const
PendingOperation *DBusProxyFactory::initialPrepare(const DBusProxyPtr &proxy) const
{
// Nothing we could think about needs doing
- return NULL;
+ return nullptr;
}
/**
@@ -194,7 +194,7 @@ PendingOperation *DBusProxyFactory::initialPrepare(const DBusProxyPtr &proxy) co
PendingOperation *DBusProxyFactory::readyPrepare(const DBusProxyPtr &proxy) const
{
// Nothing we could think about needs doing
- return NULL;
+ return nullptr;
}
/**