tests: Added tests for View::geometry,pos,x,y,width,height,rect

This commit is contained in:
Sergio Martins
2022-05-01 21:15:27 +01:00
parent a069a812db
commit 1591ed49da
7 changed files with 51 additions and 8 deletions

View File

@@ -200,4 +200,9 @@ Platform_qt::Platform_qt(int argc, char *argv[])
Q_UNUSED(argv)
}
void Platform_qt::tests_wait(int ms)
{
QTest::qWait(ms);
}
#endif