Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
-
None
-
97f9c6f8cdc0dd0f676c6ccfeb1cd6096e72fd48
Description
qtbase/src/gui/text/qtextoption.cpp contains the following Qt 5 to-do comments:
qtextoption.cpp
void QTextOption::setTabArray(QList<qreal> tabStops) // Qt5: const ref .. void QTextOption::setTabs(QList<QTextOption::Tab> tabStops) // Qt5: const ref
If these can be actioned without impacting source-conpatibility, this should be done for Qt 5.0.0. If not, the comments should be removed or changed to Qt 6 to-do's.
Attachments
Issue Links
- resulted from
-
QTBUG-23524 [API] Grep the source for Qt5 todo items
- Closed