use qWaitForWindowExposed instead of qWaitForWindowActive
authorDmitry Shachnev <mitya57@debian.org>
Thu, 4 Feb 2021 17:36:43 +0000 (17:36 +0000)
committerDmitry Shachnev <mitya57@debian.org>
Thu, 4 Feb 2021 17:36:43 +0000 (17:36 +0000)
commit0175aeb55d0a160f92ef034b5b206320d1e94b88
tree54295ad1e6243a008a0a44d7214d9613313d2295
parentdbab0d42b83f41a495d1f93a81c04c86683f1383
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