mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
refs #834, improved default value for last set/models simulator
Remark: The bug itself was slightly related to the default value, as only the default loader suffered from a not reset flag
This commit is contained in:
@@ -162,8 +162,8 @@ namespace BlackMisc
|
||||
//! Locally installed simulators
|
||||
static const CSimulatorInfo getLocallyInstalledSimulators();
|
||||
|
||||
//! Guess a default simulator
|
||||
static const CSimulatorInfo guessDefaultSimulator();
|
||||
//! Guess a default simulator based on installation
|
||||
static const CSimulatorInfo &guessDefaultSimulator();
|
||||
|
||||
//! From database JSON
|
||||
static CSimulatorInfo fromDatabaseJson(const QJsonObject &json, const QString prefix);
|
||||
|
||||
Reference in New Issue
Block a user