tests: Fix warning about requiring to call init after qApp

This commit is contained in:
Sergio Martins
2022-04-29 18:05:24 +01:00
parent fcf02fc8bf
commit 8d09acdf5f
3 changed files with 8 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ public:
#ifdef DOCKS_DEVELOPER_MODE
static bool isGammaray();
explicit Platform_qt(int argc, char *argv[]);
bool tests_waitForWindowActive(std::shared_ptr<Window>, int timeout = 5000) const override;
bool tests_waitForEvent(QObject *w, QEvent::Type type, int timeout = 5000) const override;
bool tests_waitForEvent(View *, QEvent::Type type, int timeout = 5000) const override;