use qWaitForWindowExposed instead of qWaitForWindowActive
authorDmitry Shachnev <mitya57@debian.org>
Fri, 1 Jul 2022 20:08:41 +0000 (21:08 +0100)
committerDmitry Shachnev <mitya57@debian.org>
Fri, 1 Jul 2022 20:08:41 +0000 (21:08 +0100)
commitb3a96a3dbacf2ed9778be71e396bd63bdf5b7d25
tree3eb7397e49cce2f2ee0b879f347a9a9d5474495c
parent81d7454bced8aff047b07559d69a0119c8cdecc2
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