use qWaitForWindowExposed instead of qWaitForWindowActive
authorDmitry Shachnev <mitya57@debian.org>
Fri, 25 Oct 2024 09:41:19 +0000 (12:41 +0300)
committerDmitry Shachnev <mitya57@debian.org>
Fri, 25 Oct 2024 09:41:19 +0000 (12:41 +0300)
commiteb2e79a2726eac6a1c75178f1a76619811c3622a
tree74a2c22ad670d7129d8ee7932dc3f4db346610e5
parent97bbfa328ec7ccab84d6575fc2c97502e683751e
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