mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
fix regression since badb333fc3
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
780fb9759b
commit
7134368a18
1 changed files with 1 additions and 7 deletions
|
@ -554,13 +554,7 @@ QDBusMessage QDBusConnection::call(const QDBusMessage &message, QDBus::CallMode
|
|||
return QDBusMessage::createError(err);
|
||||
}
|
||||
|
||||
if (mode != QDBus::NoBlock)
|
||||
return d->sendWithReply(message, mode, timeout);
|
||||
|
||||
d->send(message);
|
||||
QDBusMessage retval;
|
||||
retval << QVariant(); // add one argument (to avoid .at(0) problems)
|
||||
return retval;
|
||||
}
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Add table
Reference in a new issue