Files
CMake/Source/QtDialog
Brad King af6cf586f6 cmake-gui: Fix crash when built with Qt 5.14 or later
In commit d7679f6427 (QCMakeCacheView: use non-deprecated List and Set
constructions, 2020-06-10, v3.18.0-rc2~13^2) the conversion of the
`this->properties()` value to QSet is incorrect for Qt 5.14+.  The
problem is that `this->properties()` returns by value, so the range
`this->properties().begin(), this->properties().end()` provides
iterators to two different instances.  Use an intermediate temporary
copy of the value to get a consistent iterator range.

Fixes: #20981
2020-07-22 15:19:51 -04:00
..
2019-01-25 09:14:51 -05:00
2019-01-25 09:14:51 -05:00
2019-01-25 09:14:51 -05:00
2018-08-16 11:56:08 -04:00
2018-08-16 11:56:08 -04:00
2020-03-05 07:34:01 -05:00
2019-01-25 09:14:51 -05:00
2019-01-25 09:14:51 -05:00
2020-03-05 07:34:01 -05:00
2019-01-22 13:03:04 -05:00