add 'terminal=true' support for .qsrun entries
Tento commit je obsažen v:
rodič
2d14b01c5c
revize
38cc87fbcd
@ -223,6 +223,7 @@ EntryConfig EntryProvider::readqsrunFile(const QString &path)
|
|||||||
}
|
}
|
||||||
result.col = map["col"].toInt();
|
result.col = map["col"].toInt();
|
||||||
result.row = map["row"].toInt();
|
result.row = map["row"].toInt();
|
||||||
|
result.isTerminalCommand = map["terminal"] == "true";
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Načítá se…
x
Odkázat v novém úkolu
Zablokovat Uživatele