Remove View::setLayoutItem()

Because it's specific to Frame
This commit is contained in:
Sergio Martins
2022-06-13 01:49:06 +01:00
parent b56cf151fe
commit cfd4e61a3b
6 changed files with 3 additions and 21 deletions

View File

@@ -79,12 +79,6 @@ void Frame_qtwidgets::free_impl()
delete this;
}
void Frame_qtwidgets::setLayoutItem(Layouting::Item *item)
{
// TODOm2: Remove from View, maybe
m_controller->setLayoutItem(item);
}
void Frame_qtwidgets::renameTab(int index, const QString &text)
{
m_controller->tabWidget()->renameTab(index, text);