nodes: use defined categories rather than arbitrary string based
This commit is contained in:
@@ -69,9 +69,9 @@ QString MatrixGenerator::id() const
|
||||
return QStringLiteral("org.olivevideoeditor.Olive.transform");
|
||||
}
|
||||
|
||||
QString MatrixGenerator::Category() const
|
||||
QList<Node::CategoryID> MatrixGenerator::Category() const
|
||||
{
|
||||
return tr("Generator");
|
||||
return {kCategoryGenerator, kCategoryMath};
|
||||
}
|
||||
|
||||
QString MatrixGenerator::Description() const
|
||||
|
||||
Reference in New Issue
Block a user