From e9bc07c4f24e8580a688c41b91a63e12851bb5ce Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Wed, 22 Aug 2012 11:24:15 +0200 Subject: Remove qWaitForWindowShown(QWindow*) overload. The QWindow* overload was introduced for Qt 5.0, but is unused already. Change-Id: Ic07f19eac87bc93a589017407668760fceb2f632 Reviewed-by: Friedemann Kleint Reviewed-by: Jason McDonald --- src/testlib/qtestsystem.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/testlib/qtestsystem.h') diff --git a/src/testlib/qtestsystem.h b/src/testlib/qtestsystem.h index 634452d4af..9946c4ae5c 100644 --- a/src/testlib/qtestsystem.h +++ b/src/testlib/qtestsystem.h @@ -129,12 +129,6 @@ namespace QTest } #endif -#if QT_DEPRECATED_SINCE(5, 0) - QT_DEPRECATED inline static bool qWaitForWindowShown(QWindow *window, int timeout = 1000) - { - return qWaitForWindowExposed(window, timeout); - } -#endif // QT_DEPRECATED_SINCE(5, 0) #if QT_DEPRECATED_SINCE(6, 0) # ifdef QT_WIDGETS_LIB QT_DEPRECATED inline static bool qWaitForWindowShown(QWidget *widget, int timeout = 1000) -- cgit v1.2.3