Ref T673, adjusted models

This commit is contained in:
Klaus Basan
2019-06-22 00:08:25 +02:00
committed by Mat Sutcliffe
parent 538ea297e4
commit ca452134e8
3 changed files with 7 additions and 6 deletions

View File

@@ -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