summaryrefslogtreecommitdiff
path: root/TelepathyQt/dbus-error.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/dbus-error.cpp')
-rw-r--r--TelepathyQt/dbus-error.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TelepathyQt/dbus-error.cpp b/TelepathyQt/dbus-error.cpp
index 4964962a..587b0e11 100644
--- a/TelepathyQt/dbus-error.cpp
+++ b/TelepathyQt/dbus-error.cpp
@@ -51,7 +51,7 @@ struct TP_QT_NO_EXPORT DBusError::Private
* Construct an empty DBusError
*/
DBusError::DBusError()
- : mPriv(0)
+ : mPriv(nullptr)
{
}