refs #466 Refactored automatic signal relaying into CGenericDBusInterface.

This commit is contained in:
Mathew Sutcliffe
2015-09-19 00:28:51 +01:00
parent df6b5b4929
commit 3401fff017
5 changed files with 41 additions and 34 deletions

View File

@@ -56,8 +56,6 @@ namespace BlackSimPlugin
private:
BlackMisc::CGenericDBusInterface *m_dbusInterface = nullptr;
void relaySignals();
// Returns a function object which can be passed to CGenericDBusInterface::callDBusAsync.
template <typename T>
std::function<void(QDBusPendingCallWatcher *)> setterCallback(T *obj)