Details
-
User Story
-
Resolution: Done
-
P1: Critical
-
5.14
-
-
13
-
Qt6_Foundation_ Sprint 2, Qt6_Foundation_ Sprint 3
Description
Some classes are using overloads for signals. While this was perfectly fine in a Qt 4 context and the old connect syntax, this forces to users to qOverloadOf connect statements due to ambiguity. This results in hard to read code and could be optimized by more explicit signatures.
The idea is not to remove qOverloadOf completely, rather to reduce the need for it in the API itself for Qt 6.
Attachments
Issue Links
- relates to
-
QTBUG-80369 Make qOverloadOf unnecessary in Qt Network
- Closed
-
QTBUG-81845 Make qOverloadOf unnecessary in QtWidgets
- Closed