use qWaitForWindowExposed instead of qWaitForWindowActive
authorDmitry Shachnev <mitya57@debian.org>
Tue, 24 Aug 2021 16:04:49 +0000 (17:04 +0100)
committerRaspbian forward porter <root@raspbian.org>
Tue, 24 Aug 2021 16:04:49 +0000 (17:04 +0100)
commit2e4e093e1980ed1e891efacdf6c7a9697c0f92ca
tree4b576b7f32a06903b82d71e54992bd413dd88b55
parent5fe5fb643c6628428f1b67e3dec5bfdb52d73f90
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