use qWaitForWindowExposed instead of qWaitForWindowActive
authorDmitry Shachnev <mitya57@debian.org>
Sun, 13 Feb 2022 18:04:16 +0000 (18:04 +0000)
committerDmitry Shachnev <mitya57@debian.org>
Sun, 13 Feb 2022 18:04:16 +0000 (18:04 +0000)
commit4be1edffd55688837663b3622113366cfe3cb380
treeb941e2adb8b10c7b734bc5b887cfcf5fe8fea212
parent2335a95be64d6394203c3f267417df1f1130d224
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