refs #485, fixed default values in launcher

(discovered during testing, not really related)
This commit is contained in:
Klaus Basan
2016-02-15 00:12:36 +01:00
committed by Mathew Sutcliffe
parent 41a88266ab
commit a0b7f741ee
2 changed files with 33 additions and 7 deletions

View File

@@ -108,6 +108,9 @@ private:
//! Standalone GUI selected
bool isStandaloneGuiSelected() const;
//! Set default
void setDefault(const QString &value);
//! Command line
static QString toCmdLine(const QString &exe, const QStringList &exeArgs);