mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-25 03:12:56 +00:00
QDBusConnectionPrivate identation
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
f2b3f9b36d
commit
6226ab533e
1 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue