use qWaitForWindowExposed instead of qWaitForWindowActive
authorDmitry Shachnev <mitya57@debian.org>
Thu, 23 Jul 2020 09:14:35 +0000 (10:14 +0100)
committerDmitry Shachnev <mitya57@debian.org>
Thu, 23 Jul 2020 09:14:35 +0000 (10:14 +0100)
commit8c7b2605186a230dfb854aca915e1398dc02c943
tree9a5c16d4902b852311dd1f28167c09a9d2d26499
parentc51908568f195c5cad6ae215b9fd82e33e18a80c
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