QDBusConnectionPrivate identation

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2019-05-13 04:43:36 +00:00
parent f2b3f9b36d
commit 6226ab533e

View file

@ -946,7 +946,7 @@ void QDBusConnectionPrivate::deliverCall(QObject *object, int /*flags*/, const Q
QPointer<QObject> ptr = object; QPointer<QObject> ptr = object;
fail = object->qt_metacall(QMetaObject::InvokeMetaMethod, fail = object->qt_metacall(QMetaObject::InvokeMetaMethod,
slotIdx, params.data()) >= 0; slotIdx, params.data()) >= 0;
QDBusConnectionPrivate::setSender(0); QDBusConnectionPrivate::setSender(Q_NULLPTR);
// the object might be deleted in the slot // the object might be deleted in the slot
if (!ptr.isNull()) if (!ptr.isNull())
QDBusContextPrivate::set(object, old); QDBusContextPrivate::set(object, old);