mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 12:55:31 +08:00
refs #649, allow to guess used simulator (for default values)
This commit is contained in:
@@ -155,6 +155,9 @@ namespace BlackMisc
|
||||
//! Locally installed simulators
|
||||
static const CSimulatorInfo getLocallyInstalledSimulators();
|
||||
|
||||
//! Guess a default simulator
|
||||
static const CSimulatorInfo guessDefaultSimulator();
|
||||
|
||||
//! From database JSON
|
||||
static CSimulatorInfo fromDatabaseJson(const QJsonObject &json, const QString prefix);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user