Add scriptarg to cli options
This commit is contained in:
@@ -44,7 +44,7 @@ public slots:
|
||||
void browse();
|
||||
void openScriptDir();
|
||||
void runScript();
|
||||
void runScript(const QString &script, bool exit);
|
||||
void runScript(const QString &script, const QString &arg, bool exit);
|
||||
void stopScript();
|
||||
void scriptFinished();
|
||||
void newMessage(const QString &message, bool error);
|
||||
|
||||
Reference in New Issue
Block a user