From 6226ab533e18d76b879bfddaeb6e39ca1ea96767 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Mon, 13 May 2019 04:43:36 +0000 Subject: [PATCH] QDBusConnectionPrivate identation Signed-off-by: Ivailo Monev --- src/dbus/qdbusintegrator.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/dbus/qdbusintegrator.cpp b/src/dbus/qdbusintegrator.cpp index 8aac34fc1..8b8607bef 100644 --- a/src/dbus/qdbusintegrator.cpp +++ b/src/dbus/qdbusintegrator.cpp @@ -946,10 +946,10 @@ void QDBusConnectionPrivate::deliverCall(QObject *object, int /*flags*/, const Q QPointer ptr = object; fail = object->qt_metacall(QMetaObject::InvokeMetaMethod, slotIdx, params.data()) >= 0; - QDBusConnectionPrivate::setSender(0); - // the object might be deleted in the slot - if (!ptr.isNull()) - QDBusContextPrivate::set(object, old); + QDBusConnectionPrivate::setSender(Q_NULLPTR); + // the object might be deleted in the slot + if (!ptr.isNull()) + QDBusContextPrivate::set(object, old); } // do we create a reply? Only if the caller is waiting for a reply and one hasn't been sent