mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
Ref T246, extended the DB components a bit
* change signals * distributor selection * public slots -> public * renamings
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user