switched many QLists for QVectors
Minor optimization
This commit is contained in:
@@ -41,7 +41,7 @@ QString TimeInput::id() const
|
||||
return QStringLiteral("org.olivevideoeditor.Olive.time");
|
||||
}
|
||||
|
||||
QList<Node::CategoryID> TimeInput::Category() const
|
||||
QVector<Node::CategoryID> TimeInput::Category() const
|
||||
{
|
||||
return {kCategoryInput};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user