qtquick: Remove old rubber band code, this has been ported already

This commit is contained in:
Sergio Martins
2022-06-04 20:40:57 +01:00
parent a3f2e8ec9a
commit 1ead71442f
3 changed files with 1 additions and 16 deletions

View File

@@ -77,7 +77,7 @@ void Stack_qtquick::setCurrentDockWidget(int index)
}
}
QObject *Stack_qtquick::tabBarObj() const
QObject *Stack_qtquick::tabBarViewObj() const
{
return m_tabBar->view()->asQObject();
}