mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
Ref T246, extended the DB components a bit
* change signals * distributor selection * public slots -> public * renamings
This commit is contained in:
@@ -36,5 +36,15 @@ namespace BlackGui
|
||||
{
|
||||
return ui->comp_OwnModelSet;
|
||||
}
|
||||
|
||||
CDbOwnModelSetComponent *CDbOwnModelSetDialog::modelSetComponent()
|
||||
{
|
||||
return ui->comp_OwnModelSet;
|
||||
}
|
||||
|
||||
void CDbOwnModelSetDialog::enableButtons(bool firstSet)
|
||||
{
|
||||
ui->comp_OwnModelSet->enableButtons(firstSet);
|
||||
}
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user