Support commands with spaces

This commit is contained in:
Rasmus Karlsson
2018-11-03 14:52:38 +01:00
parent a4fd7b5366
commit b469c24154
2 changed files with 334 additions and 320 deletions
@@ -37,6 +37,7 @@ private:
void load(Paths &paths);
QMap<QString, Command> commandsMap_;
int maxSpaces_ = 0;
std::mutex mutex_;