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:
parent
eedb96863e
commit
bed90204a2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue