fix compilation against Qt 6.6.1 for macos

qt6_macos
Bret Curtis 4 months ago
parent eedb96863e
commit bed90204a2

@ -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:

Loading…
Cancel
Save