Skip to content

Qt6 qdir fixes

Lucie Gerard requested to merge lugerard/clazy:qt6-qdir-fixes into master

Add qt6-qdir-fixes check

Warn against deprecated QDir API in Qt6
QDir dir; dir = "path"
and Qdir::addResourceSearchPath("...")
The code is fixed when possible

Merge request reports