use qWaitForWindowExposed instead of qWaitForWindowActive
authorDmitry Shachnev <mitya57@debian.org>
Tue, 1 Jun 2021 21:37:21 +0000 (22:37 +0100)
committerLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Tue, 1 Jun 2021 21:37:21 +0000 (22:37 +0100)
commitb8e6ce76e03cf515a7a75347d40d5e5146a04c50
treee22d8c09dabeea6d3afb4569df44df316981d6dc
parent4f8382411a9b0d7cbbd11aa1f760fd0a53d817e4
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