move item setting to a node flag
This commit is contained in:
@@ -41,7 +41,7 @@ NoiseGeneratorNode::NoiseGeneratorNode()
|
||||
AddInput(kColorInput, NodeValue::kBoolean, false);
|
||||
|
||||
SetEffectInput(kBaseIn);
|
||||
SetFlags(kVideoEffect);
|
||||
SetFlag(kVideoEffect);
|
||||
}
|
||||
|
||||
QString NoiseGeneratorNode::Name() const
|
||||
|
||||
Reference in New Issue
Block a user