use qWaitForWindowExposed instead of qWaitForWindowActive
authorDmitry Shachnev <mitya57@debian.org>
Thu, 28 Jan 2021 10:25:24 +0000 (10:25 +0000)
committerDmitry Shachnev <mitya57@debian.org>
Thu, 28 Jan 2021 10:25:24 +0000 (10:25 +0000)
commit8b5f82f468fdbb4dced2070abe9137ed616128fa
tree6e97d64c58873f44a049f4a215681c27d1fa52ea
parent06fc1c2fe98d339758b27e2bb099d5b912b51e53
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