ported functions to new node type

This commit is contained in:
itsmattkc
2019-05-13 12:00:15 +10:00
parent f796c2b379
commit 49feb12999
53 changed files with 296 additions and 269 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ class StringInput : public NodeIO
{
Q_OBJECT
public:
StringInput(OldEffectNode* parent,
StringInput(Node* parent,
const QString& id,
const QString& name,
bool rich_text = true,