use qWaitForWindowExposed instead of qWaitForWindowActive
authorDmitry Shachnev <mitya57@debian.org>
Wed, 18 Aug 2021 11:21:46 +0000 (12:21 +0100)
committerDmitry Shachnev <mitya57@debian.org>
Wed, 18 Aug 2021 11:21:46 +0000 (12:21 +0100)
commit02c425f7da7c0bc5396d05694e89381ab3204aad
tree5f4c5cfd925b8ad75fdaa5819152996e266991db
parent4a28e24a988eba592c68ce1203dfb98a97dd8a2c
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