Skip to content

Remove the unnecessary template parameter from the class specialization

Antonio Rojas requested to merge (removed):kde/5.15 into kde/5.15

This seems to cause errors when compiling with gcc-11. Although this is most likely a compiler bug, specifiying the template parameter type in this case isn't necessary.

Fixes: QTBUG-91909 Fixes: QTBUG-90568 Change-Id: Ib231257ccb2e16cc533f23ca5840d31e26a66d53 Reviewed-by: Mårten Nordheim marten.nordheim@qt.io (cherry picked from commit 659f7a06) Reviewed-by: Qt Cherry-pick Bot cherrypick_bot@qt-project.org (cherry picked from commit 049e1487)

Merge request reports