use qWaitForWindowExposed instead of qWaitForWindowActive
authorDmitry Shachnev <mitya57@debian.org>
Mon, 13 Jun 2022 18:36:23 +0000 (19:36 +0100)
committerDmitry Shachnev <mitya57@debian.org>
Mon, 13 Jun 2022 18:36:23 +0000 (19:36 +0100)
commit8edaf407eff89918ddaeff0dd094c6b7fcc2317e
tree9c9d6df44a5279b8f7dc9a3f932ed83234b6728f
parent794da18d842bbd7dad65db8b96e5cdd62c340051
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