mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 05:05:38 +08:00
refs #535, renamed save to publish
* in same step fixed tabstops * capital letters
This commit is contained in:
@@ -53,8 +53,14 @@ namespace BlackGui
|
||||
//! Request validation
|
||||
void requestValidation();
|
||||
|
||||
//! Save
|
||||
void requestSave();
|
||||
//! Request to publish (DB)
|
||||
void requestPublish();
|
||||
|
||||
//! Request stashing for model
|
||||
void requestStash();
|
||||
|
||||
private slots:
|
||||
//!
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CModelMappingForm> ui;
|
||||
|
||||
Reference in New Issue
Block a user