refs #649, allow to guess used simulator (for default values)

This commit is contained in:
Klaus Basan
2016-05-29 12:20:45 +02:00
parent e6f0db73c5
commit bc926e592e
3 changed files with 52 additions and 15 deletions

View File

@@ -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);