Don't make View::move(QPoint) pure-virtual

We already have a virtual overload, just call it.
This commit is contained in:
Sergio Martins
2022-05-01 20:12:32 +01:00
parent 58afb97eb2
commit 3416a74723
9 changed files with 7 additions and 22 deletions

View File

@@ -92,10 +92,6 @@ void ViewWrapper_qtquick::move(int, int)
{
}
void ViewWrapper_qtquick::move(QPoint)
{
}
void ViewWrapper_qtquick::activateWindow()
{
}