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