Renamed View::windowHandle() to View::window()
windowHandle() is missnamed in Qt because QWidget::window() was already taken in Qt4. But we can make it better here.
This commit is contained in:
@@ -69,7 +69,7 @@ std::shared_ptr<ViewWrapper> ViewWrapper_qtquick::childViewAt(QPoint) const
|
||||
return {};
|
||||
}
|
||||
|
||||
std::shared_ptr<Window> ViewWrapper_qtquick::windowHandle() const
|
||||
std::shared_ptr<Window> ViewWrapper_qtquick::window() const
|
||||
{
|
||||
return {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user