Skip to content

Commit

Permalink
Merge branch 'fix_scan_signature' into 'mer-5.6'
Browse files Browse the repository at this point in the history
[qtbase] Fix expected signature from connman Scan method. Fixes JB#40647

See merge request !34
  • Loading branch information
pvuorela committed Dec 22, 2017
2 parents efba272 + 05fcca8 commit 3f59677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/bearer/connman/qconnmanservice_linux.cpp
Expand Up @@ -500,7 +500,7 @@ void QConnmanTechnologyInterface::scan()

void QConnmanTechnologyInterface::scanReply(QDBusPendingCallWatcher *call)
{
QDBusPendingReply<QVariantMap> props_reply = *call;
QDBusPendingReply<void> props_reply = *call;
if (props_reply.isError()) {
qDebug() << props_reply.error().message();
}
Expand Down

0 comments on commit 3f59677

Please sign in to comment.