refs #697 XBus setting renamed.

This commit is contained in:
Mathew Sutcliffe
2016-08-03 02:14:39 +01:00
parent 7a34cc6d9a
commit 8ce885eeba
3 changed files with 5 additions and 5 deletions

View File

@@ -221,7 +221,7 @@ namespace BlackSimPlugin
private:
QDBusConnection m_conn { "default" };
QDBusServiceWatcher *m_watcher { nullptr };
BlackMisc::CSetting<XBusServer> m_xbusServerSetting { this, &CSimulatorXPlaneListener::ps_xbusServerSettingChanged };
BlackMisc::CSetting<TXBusServer> m_xbusServerSetting { this, &CSimulatorXPlaneListener::ps_xbusServerSettingChanged };
};
//! Factory for creating CSimulatorXPlane instance