mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
refs #911, backend function in listener
Can provide information of the system which was connected
This commit is contained in:
committed by
Mathew Sutcliffe
parent
8a2eef66ae
commit
622a2f0937
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user