code: use macros for default node functions
Easier to maintain
This commit is contained in:
@@ -42,11 +42,6 @@ MathNode::MathNode()
|
||||
SetInputProperty(kParamBIn, QStringLiteral("autotrim"), true);
|
||||
}
|
||||
|
||||
Node *MathNode::copy() const
|
||||
{
|
||||
return new MathNode();
|
||||
}
|
||||
|
||||
QString MathNode::Name() const
|
||||
{
|
||||
return tr("Math");
|
||||
|
||||
Reference in New Issue
Block a user