mirror of
https://github.com/reactos/CMake.git
synced 2025-01-24 12:45:01 +00:00
92b6d85519
The QAbstractItemModel::reset() method is deprecated in Qt 5, and therefore not part of the API by default (on non-Windows). The replacement for it is beginResetModel/endResetModel which are available from Qt 4.6 onwards. The minimum version of Qt required is currently 4.4, so enable the deprecated API instead of changing that.