merged effects into node structure
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "labelwidget.h"
|
||||
|
||||
LabelWidget::LabelWidget(Effect *parent, const QString &name, const QString &text) :
|
||||
LabelWidget::LabelWidget(Node *parent, const QString &name, const QString &text) :
|
||||
EffectRow(parent, nullptr, name, false, false)
|
||||
{
|
||||
AddField(new LabelField(this, text));
|
||||
|
||||
Reference in New Issue
Block a user