tests: Port some QWindow based utils to Window::Ptr
So it doesn't depend on Qt
This commit is contained in:
@@ -37,6 +37,8 @@ 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;
|
||||
void tests_sendEvent(std::shared_ptr<Window>, QEvent *) const override;
|
||||
void tests_sendEvent(View *, QEvent *) const override;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user