summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/kernel')
-rw-r--r--src/widgets/kernel/qapplication.h3
1 files changed, 0 insertions, 3 deletions
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);