Rename View::isTopLevel() to isRootView()

This commit is contained in:
Sergio Martins
2022-04-30 01:06:03 +01:00
parent 22a43eb9af
commit f3934ebd2c
10 changed files with 14 additions and 14 deletions

View File

@@ -145,7 +145,7 @@ std::shared_ptr<Window> ViewWrapper_qtwidgets::windowHandle() const
return nullptr;
}
bool ViewWrapper_qtwidgets::isTopLevel() const
bool ViewWrapper_qtwidgets::isRootView() const
{
return m_widget->isTopLevel();
}