use qWaitForWindowExposed instead of qWaitForWindowActive
authorDmitry Shachnev <mitya57@debian.org>
Fri, 19 Mar 2021 17:46:16 +0000 (17:46 +0000)
committerDmitry Shachnev <mitya57@debian.org>
Fri, 19 Mar 2021 17:46:16 +0000 (17:46 +0000)
commitec29fff3b14a71cd42b15ba7b5bedde51201ba7f
treed78e23934e8511ae9fe184d684df73614a292259
parent10e734c58028e3ebd6fabb37b853f7042d5f08ce
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