This commit is contained in:
brindosch 2017-02-21 14:52:40 +01:00
parent be3dbc9cbd
commit 631c30f8c0
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public slots:
};
/// Run the specified effect on the given priority channel and optionally specify a timeout
int runEffect(const QString &effectName, const QJsonObject & args, int priority, int timeout = -1, QString pythonScript = "", QString origin);
int runEffect(const QString &effectName, const QJsonObject & args, int priority, int timeout = -1, QString pythonScript = "", QString origin="System");
/// Clear any effect running on the provided channel
void channelCleared(int priority);