From d638d62ce384b28cdbf0ce071bf0982ac8d16762 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Wed, 8 Apr 2020 13:18:34 +0200 Subject: QApplication: remove obsolete syncX member Change-Id: I388fe7e9eef56ad5dcc63a8b7d14b95cfc39e599 Reviewed-by: Liang Qi --- src/widgets/kernel/qapplication.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/widgets/kernel') diff --git a/src/widgets/kernel/qapplication.h b/src/widgets/kernel/qapplication.h index a0affe54cc..f7de824290 100644 --- a/src/widgets/kernel/qapplication.h +++ b/src/widgets/kernel/qapplication.h @@ -132,9 +132,6 @@ public: static QWidget *topLevelAt(const QPoint &p); static inline QWidget *topLevelAt(int x, int y) { return topLevelAt(QPoint(x, y)); } -#if QT_DEPRECATED_SINCE(5, 0) - QT_DEPRECATED static inline void syncX() {} -#endif static void beep(); static void alert(QWidget *widget, int duration = 0); -- cgit v1.2.3