mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
remove redundant Q_UNUSED() macro call in QDBusConnectionPrivate::serviceOwnerChangedNoLock()
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
025750574a
commit
20eefb3c87
1 changed files with 0 additions and 1 deletions
|
@ -1212,7 +1212,6 @@ void QDBusConnectionPrivate::relaySignal(QObject *obj, const QMetaObject *mo, in
|
|||
void QDBusConnectionPrivate::serviceOwnerChangedNoLock(const QString &name,
|
||||
const QString &oldOwner, const QString &newOwner)
|
||||
{
|
||||
Q_UNUSED(oldOwner);
|
||||
// QDBusWriteLocker locker(UpdateSignalHookOwnerAction, this);
|
||||
WatchedServicesHash::Iterator it = watchedServices.find(name);
|
||||
if (it == watchedServices.end())
|
||||
|
|
Loading…
Add table
Reference in a new issue