Fix scan reply dbus signature in connman bearer backend
Task-number: QTBUG-57844 Change-Id: I1f3035f32d213ec6da95650a946c17c64becf549 Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io> Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
This commit is contained in:
parent
e557a3c1d3
commit
bcef582b6f
@ -506,7 +506,7 @@ void QConnmanTechnologyInterface::scan()
|
|||||||
|
|
||||||
void QConnmanTechnologyInterface::scanReply(QDBusPendingCallWatcher *call)
|
void QConnmanTechnologyInterface::scanReply(QDBusPendingCallWatcher *call)
|
||||||
{
|
{
|
||||||
QDBusPendingReply<QVariantMap> props_reply = *call;
|
QDBusPendingReply<> props_reply = *call;
|
||||||
if (props_reply.isError()) {
|
if (props_reply.isError()) {
|
||||||
qDebug() << props_reply.error().message();
|
qDebug() << props_reply.error().message();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user