mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 10:25:36 +08:00
refs #618, some functions consolidated as result of reviews in previous step (removed const/const signatures)
This commit is contained in:
@@ -79,10 +79,7 @@ namespace BlackGui
|
||||
int getSelectedOrAllCount() const;
|
||||
|
||||
//! Model view to take models from
|
||||
const BlackGui::Views::CAircraftModelView *currentModelView() const;
|
||||
|
||||
//! Model view to take models from
|
||||
BlackGui::Views::CAircraftModelView *currentModelView();
|
||||
BlackGui::Views::CAircraftModelView *currentModelView() const;
|
||||
|
||||
//! Add a status message
|
||||
void addStatusMessage(const BlackMisc::CStatusMessage &msg);
|
||||
|
||||
Reference in New Issue
Block a user