This commit is contained in:
raziel1000 2024-05-23 01:29:52 -06:00
parent bf8ebc1c95
commit 337b5413c6

View File

@ -124,7 +124,7 @@ void PKGViewer::ProcessPKGInfo() {
if (package.isFlagSet(pkg_content_flag, flag.first)) { if (package.isFlagSet(pkg_content_flag, flag.first)) {
if (!flagss.isEmpty()) if (!flagss.isEmpty())
flagss += (", "); flagss += (", ");
flagss += (flag.second); flagss += QString::fromStdString(flag.second);
} }
} }