Skip to content

Remove private QtCore API use with Qt6

Volker Krause requested to merge work/qt6-remove-private-api-use into master

Everything we need is public starting in 6.2. This also fixes the build with 6.3, which doesn't export the private symbol anymore.

Merge request reports