refs #911, backend function in listener

Can provide information of the system which was connected
This commit is contained in:
Klaus Basan
2017-03-16 04:44:01 +01:00
committed by Mathew Sutcliffe
parent 8a2eef66ae
commit 622a2f0937
4 changed files with 23 additions and 2 deletions

View File

@@ -291,6 +291,9 @@ namespace BlackSimPlugin
//! Constructor
CSimulatorFsxCommonListener(const BlackMisc::Simulation::CSimulatorPluginInfo &info);
//! \copydoc BlackCore::ISimulatorListener::backendInfo
virtual QString backendInfo() const override;
public slots:
//! \copydoc BlackCore::ISimulatorListener::start
virtual void start() override;