Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
-
None
-
0b2a10dce5bab23f4152a671b090ff7b57020578
Description
src/widgets/widgets/qtabbar.cpp
QSize QTabBarPrivate::minimumTabSizeHint(int index) { Q_Q(QTabBar); // ### Qt 5: make this a protected virtual function in QTabBar Tab &tab = tabList[index]; QString oldText = tab.text; tab.text = computeElidedText(elideMode, oldText); QSize size = q->tabSizeHint(index); tab.text = oldText; return size;
Action for Qt 5.0.0 (if binary compatibility can be maintained), remove, or change to a Qt 6 to-do.
Attachments
Issue Links
- resulted from
-
QTBUG-23524 [API] Grep the source for Qt5 todo items
- Closed