summaryrefslogtreecommitdiff
path: root/TelepathyQt/dbus-proxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/dbus-proxy.cpp')
-rw-r--r--TelepathyQt/dbus-proxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TelepathyQt/dbus-proxy.cpp b/TelepathyQt/dbus-proxy.cpp
index d80ce149..3f333046 100644
--- a/TelepathyQt/dbus-proxy.cpp
+++ b/TelepathyQt/dbus-proxy.cpp
@@ -375,7 +375,7 @@ void StatefulDBusProxy::onServiceOwnerChanged(const QString &name, const QString
StatelessDBusProxy::StatelessDBusProxy(const QDBusConnection &dbusConnection,
const QString &busName, const QString &objectPath, const Feature &featureCore)
: DBusProxy(dbusConnection, busName, objectPath, featureCore),
- mPriv(0)
+ mPriv(nullptr)
{
if (busName.startsWith(QLatin1String(":"))) {
warning() <<