summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestsystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testlib/qtestsystem.h')
-rw-r--r--src/testlib/qtestsystem.h6
1 files changed, 0 insertions, 6 deletions
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)