mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 15:25:34 +08:00
Ref T289, adjusted log.display after ISimulator merge
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
namespace BlackCore
|
||||
{
|
||||
class CSimulatorCommon;
|
||||
class ISimulator;
|
||||
class CAirspaceMonitor;
|
||||
}
|
||||
namespace Ui { class CInterpolationLogDisplayDialog; }
|
||||
@@ -36,14 +36,14 @@ namespace BlackGui
|
||||
public:
|
||||
//! Constructor
|
||||
explicit CInterpolationLogDisplayDialog(
|
||||
BlackCore::CSimulatorCommon *simulatorCommon, BlackCore::CAirspaceMonitor *airspaceMonitor,
|
||||
BlackCore::ISimulator *simulator, BlackCore::CAirspaceMonitor *airspaceMonitor,
|
||||
QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CInterpolationLogDisplayDialog();
|
||||
|
||||
//! Set simulator
|
||||
void setSimulator(BlackCore::CSimulatorCommon *simulatorCommon);
|
||||
void setSimulator(BlackCore::ISimulator *simulator);
|
||||
|
||||
//! Set airspace monitor
|
||||
void setAirspaceMonitor(BlackCore::CAirspaceMonitor *airspaceMonitor);
|
||||
|
||||
Reference in New Issue
Block a user