Skip to content

Remove unused and not exported QDebug stream operator for Attica::Category

Volker Krause requested to merge work/remove-unused-qdebug-operator into master

This causes linker errors in KNewStuff with Qt6, as QDebug operators are expected to be exported there when they are declared publicly.

Merge request reports