mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
Adjusted signal (added count) and overlay message if model loading succeeded
This commit is contained in:
@@ -60,7 +60,7 @@ namespace BlackGui
|
||||
void onSettingsChanged(const BlackMisc::Simulation::CSimulatorInfo &simulator);
|
||||
|
||||
//! Models have been loaded
|
||||
void onModelsLoaded(const BlackMisc::Simulation::CSimulatorInfo &simulator);
|
||||
void onModelsLoaded(const BlackMisc::Simulation::CSimulatorInfo &simulator, int count);
|
||||
|
||||
//! Asynchronously call onSettingsChanged
|
||||
void triggerSettingsChanged(const BlackMisc::Simulation::CSimulatorInfo &simulator);
|
||||
|
||||
Reference in New Issue
Block a user