qtquick: Enable one more QTabBar test
This commit is contained in:
@@ -145,3 +145,8 @@ bool TabBarWidget::dragCanStart(QPoint pressPos, QPoint pos) const
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
QString TabBarWidget::text(int index) const
|
||||
{
|
||||
return tabText(index);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user