Skip to content

BUG: Remove workaround for QT bug 22829

Victor Poughon requested to merge qtbug_22829 into develop

Seems fixed in QT5: https://bugreports.qt.io/browse/QTBUG-22829

Can we remove it?

find . -type f -exec sed -i "/tag=QT4-boost-compatibility/d" {} \;
Edited by Victor Poughon

Merge request reports