This commit is contained in:
Aleix Pol 2016-06-15 23:49:37 +02:00
parent cb0fd1fe20
commit d8c20399e4

View file

@ -76,7 +76,7 @@ void DBusAsyncResponse::setPendingCall(QVariant variant)
connect(watcher, SIGNAL(finished(QDBusPendingCallWatcher*)), watcher, SLOT(deleteLater()));
connect(&m_timeout, SIGNAL(timeout()), watcher, SLOT(deleteLater()));
m_timeout.start();
};
}
}
void DBusAsyncResponse::onCallFinished(QDBusPendingCallWatcher* watcher)