Skip to content

Add qt6-qdir-fixes check

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

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

Merge request reports