pedantic
This commit is contained in:
parent
cb0fd1fe20
commit
d8c20399e4
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ void DBusAsyncResponse::setPendingCall(QVariant variant)
|
||||||
connect(watcher, SIGNAL(finished(QDBusPendingCallWatcher*)), watcher, SLOT(deleteLater()));
|
connect(watcher, SIGNAL(finished(QDBusPendingCallWatcher*)), watcher, SLOT(deleteLater()));
|
||||||
connect(&m_timeout, SIGNAL(timeout()), watcher, SLOT(deleteLater()));
|
connect(&m_timeout, SIGNAL(timeout()), watcher, SLOT(deleteLater()));
|
||||||
m_timeout.start();
|
m_timeout.start();
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void DBusAsyncResponse::onCallFinished(QDBusPendingCallWatcher* watcher)
|
void DBusAsyncResponse::onCallFinished(QDBusPendingCallWatcher* watcher)
|
||||||
|
|
Loading…
Reference in a new issue