mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 16:55:36 +08:00
Ref T285, some smaller view refactoring
This commit is contained in:
@@ -106,7 +106,7 @@ namespace BlackGui
|
||||
bool highlightModelStrings() const;
|
||||
|
||||
//! Loading data will be restricted to simulator
|
||||
void setSimulatorForLoading(const BlackMisc::Simulation::CSimulatorInfo &sim) { m_loadingRequiresSimulator = sim; }
|
||||
void setSimulatorForLoading(const BlackMisc::Simulation::CSimulatorInfo &simulator) { m_loadingRequiresSimulator = simulator; }
|
||||
|
||||
signals:
|
||||
//! Request to stash if applicable
|
||||
|
||||
Reference in New Issue
Block a user