Qt6 qdir fixes
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
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