Details
-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
-
None
Description
QSocketDescriptor was introduced to fix QTBUG-70441, it does it in a way where it can transparently convert to and from relevant descriptor types (HANDLE and quintptr on Windows, and 'int' on other platforms).
Moving forward we'd like to:
- Document the undocumented bits
- Remove the implicit conversions it has
To be done for Qt 6 or 7 (TBD)
Attachments
Issue Links
- relates to
-
QTBUG-70441 QSocketNotifier::activated truncates socket handles
- Closed