View::closeWindow() is no longer virtual.
Implementation is common to all frontends. Renamed it to closeRootView() to be consistent.
This commit is contained in:
@@ -352,3 +352,8 @@ void ViewWrapper_qtwidgets::setParent(View *parent)
|
||||
{
|
||||
Views::View_qtwidgets<QWidget>::setParentFor(m_widget, parent);
|
||||
}
|
||||
|
||||
bool ViewWrapper_qtwidgets::close()
|
||||
{
|
||||
return m_widget->close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user