mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05: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.