mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 21:45:34 +08:00
refs #814, some adjustments because of MS comment
(performance of airline view)
This commit is contained in:
@@ -48,13 +48,13 @@ namespace BlackGui
|
||||
explicit CAircraftComponent(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
~CAircraftComponent();
|
||||
virtual ~CAircraftComponent();
|
||||
|
||||
//! Aircraft in range
|
||||
int countAircraft() const;
|
||||
int countAircraftInView() const;
|
||||
|
||||
//! Airports in range
|
||||
int countAirportsInRange() const;
|
||||
int countAirportsInRangeInView() const;
|
||||
|
||||
//! \copydoc CEnableForDockWidgetInfoArea::setParentDockWidgetInfoArea
|
||||
virtual bool setParentDockWidgetInfoArea(BlackGui::CDockWidgetInfoArea *parentDockableWidget) override;
|
||||
@@ -64,7 +64,7 @@ namespace BlackGui
|
||||
void requestTextMessageWidget(const BlackMisc::Aviation::CCallsign &callsign);
|
||||
|
||||
public slots:
|
||||
//! Update aircraft
|
||||
//! Update aircraft/airport view
|
||||
void update();
|
||||
|
||||
private slots:
|
||||
|
||||
Reference in New Issue
Block a user