33 QDBusPendingCall async = iface->asyncCall(
"RemoteMethod", value1, value2);
34 QDBusPendingCallWatcher *watcher =
new QDBusPendingCallWatcher(async,
this);
36 QObject::connect(watcher, &QDBusPendingCallWatcher::finished,
this,
37 &DBus_PendingCall_Interface::callFinishedSlot);