merged effects into node structure
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "comboinput.h"
|
||||
|
||||
ComboInput::ComboInput(Effect* parent, const QString& id, const QString& name, bool savable, bool keyframable) :
|
||||
ComboInput::ComboInput(Node* parent, const QString& id, const QString& name, bool savable, bool keyframable) :
|
||||
EffectRow(parent, id, name, savable, keyframable)
|
||||
{
|
||||
ComboField* combo_field = new ComboField(this);
|
||||
|
||||
Reference in New Issue
Block a user