Support for Terminal commands #21

Closed
crtxcr wants to merge 3 commits from wip/terminalkeyword into master
2 changed files with 10 additions and 1 deletions
Showing only changes of commit 0183ad58b8 - Show all commits

View File

@@ -223,6 +223,7 @@ EntryConfig EntryProvider::readqsrunFile(const QString &path)
}
result.col = map["col"].toInt();
result.row = map["row"].toInt();
result.isTerminalCommand = map["terminal"] == "true";
return result;
}