Rename asMultisplitterView to asDropArea

It's no longer a view.
This commit is contained in:
Sergio Martins
2022-05-01 23:55:31 +01:00
parent 3fabf34bee
commit a550567a4c
5 changed files with 7 additions and 8 deletions

View File

@@ -302,7 +302,7 @@ bool ViewWrapper_qtwidgets::isNull() const
Controllers::DropArea *ViewWrapper_qtwidgets::asDropArea() const
{
if (auto view = qobject_cast<DropArea_qtwidgets *>(m_widget))
return view->asMultiSplitterView();
return view->asDropArea();
return nullptr;
}