1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-30 20:45:35 +00:00

fix compilation against Qt 6.6.1 for macos

This commit is contained in:
Bret Curtis 2024-01-07 14:22:02 +01:00
parent eedb96863e
commit bed90204a2

View file

@ -113,7 +113,7 @@ void ContentSelectorModel::EsmFile::setFileProperty(const FileProperty prop, con
break;
case FileProperty_Format:
mVersion = value.toInt();
mVersion = value;
break;
case FileProperty_DateModified: