use qWaitForWindowExposed instead of qWaitForWindowActive
authorDmitry Shachnev <mitya57@debian.org>
Wed, 28 Oct 2020 18:53:18 +0000 (18:53 +0000)
committerDmitry Shachnev <mitya57@debian.org>
Wed, 28 Oct 2020 18:53:18 +0000 (18:53 +0000)
commit1edb701e19098537c7ec53a974ff0277b61ac922
tree5745b697aaaddc50754253ea8eda07d6bd30d499
parent805bdf3f0c5d80e2610ea8177b78fd9b1293c073
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