Skip to content

Deprecate KRatingWidget::ratingChanged(unsigned int) signal

Alexander Lohnau requested to merge work/deprecate_uint_signal into master

This way one does not need to use qOverload or a cast when connecting to this signal.

Also all the other uint based methods are deprecated, consequently we should deprecate the signal too.

Merge request reports