Skip to content

KSelectionProxyModel: allow using the model with new-style connect

Use QPrivateSignal instead of marking the signal methods as private. This allows users to connect to the signals using the new-style connect. Since MOC ignores QPrivateSignal this will have no effect on the existing code that uses the old-style connect.

Merge request reports