From 20641814051802d285d6000e054e2eb92e9218f4 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 24 Aug 2015 16:28:06 +0200 Subject: 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 --- tests/auto/unit/qvideoframe/qvideoframe.pro | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/auto/unit/qvideoframe') 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 -- cgit v1.2.3