Pass configured timeout to callWithCallback too.
This was missing in ccf3b9e48b2d773999a9a88e249f79380618cde6. Change-Id: I8bc8239591b893aad361b372a36ed5b9478aff24 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
9724642621
commit
ac86c8397c
@ -544,7 +544,8 @@ bool QDBusAbstractInterface::callWithCallback(const QString &method,
|
||||
return d->connection.callWithCallback(msg,
|
||||
receiver,
|
||||
returnMethod,
|
||||
errorMethod);
|
||||
errorMethod,
|
||||
d->timeout);
|
||||
}
|
||||
|
||||
/*!
|
||||
|
Loading…
Reference in New Issue
Block a user