summaryrefslogtreecommitdiffstats
path: root/tests/auto/unit/qvideoframe
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-08-24 16:28:06 +0200
committerYoann Lopes <yoann.lopes@theqtcompany.com>2015-08-24 14:45:45 +0000
commit20641814051802d285d6000e054e2eb92e9218f4 (patch)
tree4a21cb45cf8b000b2eeae1d7fa73db4327189ccd /tests/auto/unit/qvideoframe
parent23acd9f01d5dcca84025eb95de266e7e6b6cb386 (diff)
Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests.
There was only one test actually using the deprecated WaitForWindowShown(). Replace by qWaitForWindowExposed() and remove define. Change-Id: I2e71edca8f8be26c9a63b6a9d1fa30b31979c1fe Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
Diffstat (limited to 'tests/auto/unit/qvideoframe')
-rw-r--r--tests/auto/unit/qvideoframe/qvideoframe.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/unit/qvideoframe/qvideoframe.pro b/tests/auto/unit/qvideoframe/qvideoframe.pro
index 1e2baa514..2d7bc0360 100644
--- a/tests/auto/unit/qvideoframe/qvideoframe.pro
+++ b/tests/auto/unit/qvideoframe/qvideoframe.pro
@@ -5,4 +5,3 @@ QT += core multimedia-private testlib
SOURCES += tst_qvideoframe.cpp
-DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0