node: added qstringliterals to node IDs
Minor code optimization.
This commit is contained in:
@@ -16,7 +16,7 @@ QString AudioInput::Name() const
|
||||
|
||||
QString AudioInput::id() const
|
||||
{
|
||||
return "org.olivevideoeditor.Olive.audioinput";
|
||||
return QStringLiteral("org.olivevideoeditor.Olive.audioinput");
|
||||
}
|
||||
|
||||
QString AudioInput::Category() const
|
||||
|
||||
@@ -27,7 +27,7 @@ QString VideoInput::Name() const
|
||||
|
||||
QString VideoInput::id() const
|
||||
{
|
||||
return "org.olivevideoeditor.Olive.videoinput";
|
||||
return QStringLiteral("org.olivevideoeditor.Olive.videoinput");
|
||||
}
|
||||
|
||||
QString VideoInput::Category() const
|
||||
|
||||
Reference in New Issue
Block a user