mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
fix
This commit is contained in:
parent
50fc89e800
commit
be3dbc9cbd
@ -47,11 +47,11 @@ public slots:
|
||||
/// Run the specified effect on the given priority channel and optionally specify a timeout
|
||||
int runEffect(const QString &effectName, int priority, int timeout = -1, const QString origin="System")
|
||||
{
|
||||
return runEffect(effectName, QJsonObject(), priority, timeout);
|
||||
return runEffect(effectName, QJsonObject(), priority, timeout, origin);
|
||||
};
|
||||
|
||||
/// 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 = "");
|
||||
int runEffect(const QString &effectName, const QJsonObject & args, int priority, int timeout = -1, QString pythonScript = "", QString origin);
|
||||
|
||||
/// Clear any effect running on the provided channel
|
||||
void channelCleared(int priority);
|
||||
|
Loading…
Reference in New Issue
Block a user