use qWaitForWindowExposed instead of qWaitForWindowActive
authorDmitry Shachnev <mitya57@debian.org>
Thu, 18 Jun 2026 11:20:38 +0000 (14:20 +0300)
committerDmitry Shachnev <mitya57@debian.org>
Thu, 18 Jun 2026 11:20:38 +0000 (14:20 +0300)
commitadf6f1eeceee0ffaa2173938b9c8f9c66b6b8f54
tree33e742ca7e111c427a52e185a60cca69248389d7
parent99884b8d644a324e82191942dd2142d91fdd370d
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