Qt6 fixes.

This commit is contained in:
Leonardo Zide
2021-07-05 17:00:41 -07:00
parent d8253c564e
commit e0b77b17bd
13 changed files with 51 additions and 20 deletions
+1 -1
View File
@@ -552,7 +552,7 @@ lcCommandLineOptions lcApplication::ParseCommandLineOptions()
QString LibPath;
if (ParseString(LibPath, true))
Options.LibraryPaths += qMakePair<QString, bool>(LibPath, false);
Options.LibraryPaths += QPair<QString, bool>(LibPath, false);
}
else if (Option == QLatin1String("-i") || Option == QLatin1String("--image"))
{