Details
-
Bug
-
Resolution: Fixed
-
P4: Low
-
6.2.6, 6.4.2, 6.5.0 Beta2
-
None
-
-
5
-
c889ffed9 (dev)
-
Foundation Sprint 75, Foundation Sprint 76
Description
The QTextStream class has no virtual functions others than the dtor, so it carries a vtable with no purpose other than making it less efficient than it could be and preventing adding well-defined move semantics.
We should "deprecate" the polymorphy (adding final as an opt-in) and then make the dtor non-virtual in Qt 7.
Attachments
Issue Links
- is blocked by
-
QTBUG-111053 Port QtCharts examples away from inheriting QTextStream
- Closed