oiiodecoder: use QStringLiteral()

Minor code improvement/optimization.
This commit is contained in:
itsmattkc
2020-02-21 14:21:53 +11:00
parent f769e88e6d
commit befaf34a4c
+1 -1
View File
@@ -35,7 +35,7 @@ OIIODecoder::OIIODecoder() :
QString OIIODecoder::id()
{
return "oiio";
return QStringLiteral("oiio");
}
bool OIIODecoder::Probe(Footage *f, const QAtomicInt *cancelled)