Support for Terminal commands #21

닫힘
crtxcr wip/terminalkeyword 에서 master 로 3 commits 를 머지하려 합니다
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;
}