Standardize on QString::toUtf8()

This commit is contained in:
Cameron Gutman 2026-01-26 21:07:34 -06:00
commit 792f762c15
4 changed files with 9 additions and 9 deletions

View file

@ -389,7 +389,7 @@ NvHTTP::getXmlStringFromHex(QString xml,
return nullptr;
}
return QByteArray::fromHex(str.toLatin1());
return QByteArray::fromHex(str.toUtf8());
}
QString