mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-07 06:15:34 +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;
|
break;
|
||||||
|
|
||||||
case FileProperty_Format:
|
case FileProperty_Format:
|
||||||
mVersion = value.toInt();
|
mVersion = value;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case FileProperty_DateModified:
|
case FileProperty_DateModified:
|
||||||
|
|
Loading…
Reference in a new issue