Support for Terminal commands #21

已關閉
crtxcr wants to merge 3 commits from wip/terminalkeyword into master
共有 2 個文件被更改,包括 10 次插入1 次删除
Showing only changes of commit 0183ad58b8 - Show all commits

查看文件

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