mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
-
This commit is contained in:
parent
50b3641490
commit
8a6c1fdab3
@ -376,7 +376,7 @@ int EffectEngine::runEffectScript(const QString &script, const QString &name, co
|
|||||||
|
|
||||||
// create the effect
|
// create the effect
|
||||||
Effect * effect = new Effect(_mainThreadState, priority, timeout, script, name, args);
|
Effect * effect = new Effect(_mainThreadState, priority, timeout, script, name, args);
|
||||||
connect(effect, SIGNAL(setColors(int,std::vector<ColorRgb>,int,bool,hyperion::Components,QString="Blaah")), _hyperion, SLOT(setColors(int,std::vector<ColorRgb>,int,bool,hyperion::Components,QString="Blaah")), Qt::QueuedConnection);
|
connect(effect, SIGNAL(setColors(int,std::vector<ColorRgb>,int,bool,hyperion::Components)), _hyperion, SLOT(setColors(int,std::vector<ColorRgb>,int,bool,hyperion::Components)), Qt::QueuedConnection);
|
||||||
connect(effect, SIGNAL(effectFinished(Effect*)), this, SLOT(effectFinished(Effect*)));
|
connect(effect, SIGNAL(effectFinished(Effect*)), this, SLOT(effectFinished(Effect*)));
|
||||||
_activeEffects.push_back(effect);
|
_activeEffects.push_back(effect);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user