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/qvideosurfaceformat/qvideosurfaceformat.pro | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/auto/unit/qvideosurfaceformat/qvideosurfaceformat.pro') diff --git a/tests/auto/unit/qvideosurfaceformat/qvideosurfaceformat.pro b/tests/auto/unit/qvideosurfaceformat/qvideosurfaceformat.pro index a5c627aa8..28cd0ad55 100644 --- a/tests/auto/unit/qvideosurfaceformat/qvideosurfaceformat.pro +++ b/tests/auto/unit/qvideosurfaceformat/qvideosurfaceformat.pro @@ -5,4 +5,3 @@ QT += core multimedia-private testlib SOURCES += tst_qvideosurfaceformat.cpp -DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 -- cgit v1.2.3