use qWaitForWindowExposed instead of qWaitForWindowActive
authorDmitry Shachnev <mitya57@debian.org>
Fri, 11 Dec 2020 08:31:45 +0000 (08:31 +0000)
committerDmitry Shachnev <mitya57@debian.org>
Fri, 11 Dec 2020 08:31:45 +0000 (08:31 +0000)
commit461a682a864fb788afb77500409a48b58bce4d65
treee76c977805c0f54822476ae22981253d61bbebb8
parentcc0aa70c44cf76da0d7a9a344bf8649de2d3bd80
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