Remove a Qt 5 to-do comment that will not be addressed.

Task-number: QTBUG-25102
Change-Id: I3fe1878adcf17cb95209df271d062e126e32a8fd
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
bb10
Jason McDonald 2012-04-12 02:15:57 +10:00 committed by Qt by Nokia
parent 0734979976
commit 0b2a10dce5
1 changed files with 0 additions and 1 deletions

View File

@ -1299,7 +1299,6 @@ static QString computeElidedText(Qt::TextElideMode mode, const QString &text)
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);