mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Ref T246, extended the DB components a bit
* change signals * distributor selection * public slots -> public * renamings
This commit is contained in:
@@ -23,6 +23,7 @@ namespace BlackGui
|
||||
{
|
||||
ui->setupUi(this);
|
||||
this->setWindowFlags(this->windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
connect(ui->comp_OwnModels, &CDbOwnModelsComponent::successfullyLoadedModels, this, &CDbOwnModelsDialog::successfullyLoadedModels);
|
||||
}
|
||||
|
||||
CDbOwnModelsDialog::~CDbOwnModelsDialog()
|
||||
|
||||
Reference in New Issue
Block a user