Skip to content

cmake-gui: Restore completion during path editing

Brad King requested to merge brad.king/cmake:cmake-gui-completion into master

Revert commit 0fc18188 from !4894 (merged). QFileSystemModel is not a drop-in replacement for QDirModel. Additional changes are needed to make it work fully. Revert the change and suppress the QDirModel deprecation warning pending further investigation.

Fixes: #21589 (closed)
Backport: release

Merge request reports