use qWaitForWindowExposed instead of qWaitForWindowActive
authorDmitry Shachnev <mitya57@debian.org>
Sun, 26 Feb 2023 20:32:58 +0000 (20:32 +0000)
committerDmitry Shachnev <mitya57@debian.org>
Sun, 26 Feb 2023 20:32:58 +0000 (20:32 +0000)
commitbc52e38fc7169b73eabf6c431b07699b8cc31284
tree6edebabb860871a94a872325c73981c28439d7bc
parent3d8a06a0d27acdd5053aa2f6e4c2172403ade586
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