use qWaitForWindowExposed instead of qWaitForWindowActive
authorDmitry Shachnev <mitya57@debian.org>
Sat, 18 Dec 2021 12:47:05 +0000 (12:47 +0000)
committerDmitry Shachnev <mitya57@debian.org>
Sat, 18 Dec 2021 12:47:05 +0000 (12:47 +0000)
commit906e14718062456c31008f07ce38ae50bb10fe7b
tree529b3836104d1df4270ce3922723b02aa54441cf
parent23f2c7dce92e16604bcf405178552008c51ab156
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