mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
Ref T246, extended the DB components a bit
* change signals * distributor selection * public slots -> public * renamings
This commit is contained in:
@@ -41,6 +41,12 @@ namespace BlackGui
|
||||
//! Direct access to CDbOwnModelSetComponent
|
||||
const CDbOwnModelSetComponent *modelSetComponent() const;
|
||||
|
||||
//! Direct access to CDbOwnModelSetComponent
|
||||
CDbOwnModelSetComponent *modelSetComponent();
|
||||
|
||||
//! Enable buttons
|
||||
void enableButtons(bool firstSet);
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CDbOwnModelSetDialog> ui;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user