Add unit-test for issue #154

This commit is contained in:
Sergio Martins
2021-01-29 19:07:32 +00:00
parent 9ebd595202
commit eb9fa6f567
6 changed files with 66 additions and 0 deletions

View File

@@ -149,3 +149,8 @@ QRect TabBarWidget::rectForTab(int index) const
{
return QTabBar::tabRect(index);
}
void TabBarWidget::moveTabTo(int from, int to)
{
moveTab(from, to);
}