mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
Ref T673, adjusted models
This commit is contained in:
committed by
Mat Sutcliffe
parent
538ea297e4
commit
ca452134e8
@@ -42,7 +42,7 @@ namespace BlackGui
|
||||
explicit CAtcStationListModel(AtcStationMode stationMode, QObject *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CAtcStationListModel() {}
|
||||
virtual ~CAtcStationListModel() override {}
|
||||
|
||||
//! Set station mode
|
||||
void setStationMode(AtcStationMode stationMode);
|
||||
@@ -62,4 +62,5 @@ namespace BlackGui
|
||||
};
|
||||
}
|
||||
} // ns
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user