tests: Remove some QPointer usage

Which in turn also removes some asQWidget() usage
This commit is contained in:
Sergio Martins
2022-04-14 18:22:32 +01:00
parent a3d1990857
commit 201e631a0b
5 changed files with 28 additions and 15 deletions

View File

@@ -37,6 +37,7 @@ public:
bool tests_waitForEvent(std::shared_ptr<Window>, QEvent::Type type, int timeout = 5000) const override;
bool tests_waitForResize(View *, int timeout = 2000) const override;
bool tests_waitForResize(Controller *, int timeout = 2000) const override;
bool tests_waitForDeleted(View *, int timeout = 2000) const override;
void tests_sendEvent(std::shared_ptr<Window>, QEvent *) const override;
void tests_sendEvent(View *, QEvent *) const override;
#endif