use qWaitForWindowExposed instead of qWaitForWindowActive
authorDmitry Shachnev <mitya57@debian.org>
Sat, 17 Dec 2022 15:20:11 +0000 (15:20 +0000)
committerDmitry Shachnev <mitya57@debian.org>
Sat, 17 Dec 2022 15:20:11 +0000 (15:20 +0000)
commitcd468c1cd44bb82af5d26e3749afdfd186f3b121
tree211a09b4b2066a77c5e3ec99c78206b0625a4a82
parent56701b7fab6f8415195f9389be9157e632e7c37f
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