created enum for more node data types
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#include "global/config.h"
|
||||
|
||||
StringField::StringField(EffectRow* parent, const QString& id, bool rich_text) :
|
||||
EffectField(parent, id, EFFECT_FIELD_STRING),
|
||||
EffectField(parent, id, olive::nodes::kString),
|
||||
rich_text_(rich_text)
|
||||
{
|
||||
// Set default value to an empty string
|
||||
|
||||
Reference in New Issue
Block a user