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

@@ -74,7 +74,7 @@ std::shared_ptr<Window> ViewWrapper_qtquick::windowHandle() const
return {};
}
bool ViewWrapper_qtquick::isTopLevel() const
bool ViewWrapper_qtquick::isRootView() const
{
return {};
}