Support for Terminal commands #21

Fermé
crtxcr souhaite fusionner 3 révision(s) depuis wip/terminalkeyword vers master
Affiche uniquement les changements de la révision 0183ad58b8 - Afficher toutes les révisions

Voir le fichier

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