tests: Remove instances of QLineEdit from the tests

It's now generic
This commit is contained in:
Sergio Martins
2022-05-16 21:59:43 +01:00
parent 8372ffc0d7
commit be8250acb7
9 changed files with 69 additions and 38 deletions

View File

@@ -107,7 +107,6 @@ QSize Platform_qtquick::screenSizeFor(View *view) const
return screen->size();
}
return {};
}