Cleanup overloaded signals after KF6 branching
Open, Needs TriagePublic

Description

  • Remove the overloaded signals, which are wrapped in deprecation macros
  • Remove "// clazy:exclude=overloaded-signal" comments as needed
ahmadsamir moved this task from Backlog to Waiting on KF6 Branching on the KF6 board.
alex added a subscriber: alex.Jul 31 2021, 4:50 PM

I guess this could also be extended to remove the then redundant qOverload/QOverload::of/static_cast statements in the connects that previousely were overloaded?

In T14370#261205, @alex wrote:

I guess this could also be extended to remove the then redundant qOverload/QOverload::of/static_cast statements in the connects that previousely were overloaded?

Yes, "and co." is usually implied :)