Skip to content

Qt6 fwd fixes

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

Find the forward declaration present in Qt6 version of qcontainerfwd.h Replace the forward declaration with #include <QtCore/qcontainerfwd.h> unless it is already included.

Merge request reports