Amend previous commit, use *Controller as suffix
This commit is contained in:
@@ -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->asDropArea();
|
||||
return view->asDropAreaController();
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user