Skip to content

cmake-gui: Fix conversion warnings about Qt indexing types

Brad King requested to merge brad.king/cmake:qt-sizetype into master

Qt 5 uses int for indexing, and Qt 6 uses qsizetype. Add helper types and casts to the appropriate type to avoid conversion warnings.

Edited by Brad King

Merge request reports