mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 16:55:36 +08:00
Adjusted signal (added count) and overlay message if model loading succeeded
This commit is contained in:
@@ -51,7 +51,7 @@ namespace BlackGui
|
||||
|
||||
signals:
|
||||
//! \copydoc CDbOwnModelsComponent::successfullyLoadedModels
|
||||
void successfullyLoadedModels(const BlackMisc::Simulation::CSimulatorInfo &simulator);
|
||||
void successfullyLoadedModels(const BlackMisc::Simulation::CSimulatorInfo &simulator, int count);
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CDbOwnModelsDialog> ui;
|
||||
|
||||
Reference in New Issue
Block a user