Add unit-test for issue #154
This commit is contained in:
@@ -149,3 +149,8 @@ QRect TabBarWidget::rectForTab(int index) const
|
||||
{
|
||||
return QTabBar::tabRect(index);
|
||||
}
|
||||
|
||||
void TabBarWidget::moveTabTo(int from, int to)
|
||||
{
|
||||
moveTab(from, to);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user