Ref T246, extended the DB components a bit

* change signals
* distributor selection
* public slots -> public
* renamings
This commit is contained in:
Klaus Basan
2018-07-16 16:02:19 +02:00
parent 97da1c9a3c
commit 29389d5dbb
10 changed files with 59 additions and 4 deletions

View File

@@ -46,6 +46,10 @@ namespace BlackGui
//! \remark allows to use the powerful component class
const CDbOwnModelsComponent *modelsComponent() const;
signals:
//! \copydoc CDbOwnModelsComponent::successfullyLoadedModels
void successfullyLoadedModels(const BlackMisc::Simulation::CSimulatorInfo &simulator);
private:
QScopedPointer<Ui::CDbOwnModelsDialog> ui;
};