Support for Terminal commands #21

Закрито
crtxcr хоче злити 3 комітів з wip/terminalkeyword в 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;
}