mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Listen for simulators on another thread
This commit is contained in:
committed by
Roland Winklmeier
parent
570f4aa4ea
commit
924e094a38
@@ -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;
|
||||
|
||||
|
||||
@@ -209,6 +209,7 @@ namespace BlackSimPlugin
|
||||
//! Constructor
|
||||
CSimulatorFsxListener(QObject* parent);
|
||||
|
||||
public slots:
|
||||
//! \copydoc BlackCore::ISimulatorListener::start
|
||||
virtual void start() override;
|
||||
|
||||
|
||||
@@ -181,6 +181,7 @@ namespace BlackSimPlugin
|
||||
//! Constructor
|
||||
CSimulatorXPlaneListener(QObject* parent);
|
||||
|
||||
public slots:
|
||||
//! \copydoc BlackCore::ISimulatorListener::start
|
||||
virtual void start() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user