use qWaitForWindowExposed instead of qWaitForWindowActive
authorDmitry Shachnev <mitya57@debian.org>
Thu, 29 Sep 2022 08:39:46 +0000 (09:39 +0100)
committerDmitry Shachnev <mitya57@debian.org>
Thu, 29 Sep 2022 08:39:46 +0000 (09:39 +0100)
commitc16516e67b4e1c1f095d994f17d6319a397e7617
treea6d330cfcd5206de2a2341282d69b1564a503c85
parente840ba0e1f600c9f7fa4a904e9cf7a9e45510aa4
use qWaitForWindowExposed instead of qWaitForWindowActive

Forwarded: no
Last-Update: 2019-04-21

The qWaitForWindowActive() function returns false when the test is
run inside Xvfb and there is no window manager.

Gbp-Pq: Name wait_for_window_exposed.patch
tests/auto/quicktest/signalspy/tst_signalspy.cpp