mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Ref T246, extended the DB components a bit
* change signals * distributor selection * public slots -> public * renamings
This commit is contained in:
@@ -209,6 +209,11 @@ namespace BlackGui
|
||||
}
|
||||
}
|
||||
|
||||
void CDbOwnModelSetComponent::enableButtons(bool firstSet)
|
||||
{
|
||||
ui->pb_FirstSet->setEnabled(firstSet);
|
||||
}
|
||||
|
||||
void CDbOwnModelSetComponent::tabIndexChanged(int index)
|
||||
{
|
||||
Q_UNUSED(index);
|
||||
|
||||
Reference in New Issue
Block a user