mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Ref T117, formatting
This commit is contained in:
committed by
Mathew Sutcliffe
parent
9903d518b0
commit
fe3368e1f4
@@ -68,7 +68,7 @@ namespace BlackGui
|
||||
explicit CDbStashComponent(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
~CDbStashComponent();
|
||||
virtual ~CDbStashComponent();
|
||||
|
||||
//! Test the given model if it can be stashed
|
||||
BlackMisc::CStatusMessage validateStashModel(const BlackMisc::Simulation::CAircraftModel &model, bool allowReplace) const;
|
||||
@@ -157,7 +157,7 @@ namespace BlackGui
|
||||
const BlackMisc::CStatusMessageList &msgs, bool sendingSuccesful, bool directWrite);
|
||||
|
||||
//! Copy over values
|
||||
void ps_copyOverPartsToSelected();
|
||||
void ps_copyOverValuesToSelectedModels();
|
||||
|
||||
//! Display model dialog
|
||||
void ps_modifyModelDialog();
|
||||
|
||||
Reference in New Issue
Block a user