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

@@ -46,6 +46,7 @@ public:
void tests_sendEvent(std::shared_ptr<Window>, QEvent *) const override;
void tests_initPlatform_impl() override;
void tests_deinitPlatform_impl() override;
void tests_wait(int ms) override;
#endif
protected:
int screenNumberForQWindow(QWindow *) const;