Added Window::screen()

Which allows to make View::screen() non-virtual
This commit is contained in:
Sergio Martins
2022-05-02 23:24:49 +01:00
parent a693a995b1
commit 16816d47d6
12 changed files with 21 additions and 27 deletions

View File

@@ -188,11 +188,6 @@ void ViewWrapper_qtquick::releaseMouse()
m_item->ungrabMouse();
}
QScreen *ViewWrapper_qtquick::screen() const
{
return {};
}
void ViewWrapper_qtquick::setFocus(Qt::FocusReason)
{
}