node: added qstringliterals to node IDs

Minor code optimization.
This commit is contained in:
itsmattkc
2020-03-28 18:02:34 +11:00
parent b54388894c
commit 7bca61608a
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ QString VolumeNode::Name() const
QString VolumeNode::id() const
{
return "org.olivevideoeditor.Olive.volume";
return QStringLiteral("org.olivevideoeditor.Olive.volume");
}
QString VolumeNode::Category() const