mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
refs #526, forms
* fixed read only * in read only mode no warnings (then we just do mapping and warnings do not help)
This commit is contained in:
@@ -53,15 +53,9 @@ namespace BlackGui
|
||||
//! Request validation
|
||||
void requestValidation();
|
||||
|
||||
//! Request to publish (DB)
|
||||
void requestPublish();
|
||||
|
||||
//! Request stashing for model
|
||||
void requestStash();
|
||||
|
||||
private slots:
|
||||
//!
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CModelMappingForm> ui;
|
||||
BlackMisc::Simulation::CAircraftModel m_originalModel;
|
||||
|
||||
Reference in New Issue
Block a user