added command tab to settings but they don't save

This commit is contained in:
fourtf
2018-01-04 04:03:51 +01:00
parent 871195265a
commit 8693203c6d
5 changed files with 46 additions and 8 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class CommandManager
public:
static CommandManager &getInstance();
QString execCommand(QString text);
QString execCommand(QString text, bool dryRun);
void loadCommands();
void saveCommands();