Listen for simulators on another thread

This commit is contained in:
Michał Garapich
2015-03-09 19:18:24 +01:00
committed by Roland Winklmeier
parent 570f4aa4ea
commit 924e094a38
6 changed files with 33 additions and 13 deletions

View File

@@ -121,6 +121,7 @@ namespace BlackSimPlugin
//! Constructor
CSimulatorFs9Listener(const QSharedPointer<CFs9Host> &fs9Host, const QSharedPointer<CLobbyClient> &lobbyClient, QObject* parent);
public slots:
//! \copydoc BlackCore::ISimulatorListener::start
virtual void start() override;

View File

@@ -209,6 +209,7 @@ namespace BlackSimPlugin
//! Constructor
CSimulatorFsxListener(QObject* parent);
public slots:
//! \copydoc BlackCore::ISimulatorListener::start
virtual void start() override;

View File

@@ -181,6 +181,7 @@ namespace BlackSimPlugin
//! Constructor
CSimulatorXPlaneListener(QObject* parent);
public slots:
//! \copydoc BlackCore::ISimulatorListener::start
virtual void start() override;