mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
refs #735, remove invalid objects from stash
* button "remove invalid objects" * tab order fixed
This commit is contained in:
committed by
Mathew Sutcliffe
parent
9c2a2de4c5
commit
61ac328d10
@@ -77,6 +77,9 @@ namespace BlackGui
|
||||
//! Unstash given models by model string
|
||||
int unstashModels(QStringList modelStrings);
|
||||
|
||||
//! Unstash given models
|
||||
int unstashModels(const BlackMisc::Simulation::CAircraftModelList &models);
|
||||
|
||||
//! The embedded view
|
||||
BlackGui::Views::CAircraftModelView *view() const;
|
||||
|
||||
@@ -140,6 +143,9 @@ namespace BlackGui
|
||||
//! Validate pressed
|
||||
void ps_onValidatePressed();
|
||||
|
||||
//! Remove invalid (validates and removes invalid models)
|
||||
void ps_onRemoveInvalidPressed();
|
||||
|
||||
//! Publish pressed
|
||||
void ps_onPublishPressed();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user