mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Ref T117, check equal models before publishing
* checkbox, check can be disabled * context menu to display changed attributes in popup
This commit is contained in:
committed by
Mathew Sutcliffe
parent
5a67276fbb
commit
991cc3463d
@@ -118,6 +118,9 @@ namespace BlackGui
|
||||
//! Consolidate with other available data
|
||||
BlackMisc::Simulation::CAircraftModel consolidateModel(const BlackMisc::Simulation::CAircraftModel &model) const;
|
||||
|
||||
//! Show changed attributes of selected models
|
||||
void showChangedAttributes();
|
||||
|
||||
public slots:
|
||||
//! Stash given model (includes validation and consolidation with DB data)
|
||||
BlackMisc::CStatusMessage stashModel(const BlackMisc::Simulation::CAircraftModel &model, bool replace = false, bool consolidateWithDbData = true);
|
||||
|
||||
Reference in New Issue
Block a user