summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/kernel/qevent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qevent.h b/src/gui/kernel/qevent.h
index ae16776c57..de888832bf 100644
--- a/src/gui/kernel/qevent.h
+++ b/src/gui/kernel/qevent.h
@@ -111,7 +111,7 @@ public:
inline Qt::MouseButtons buttons() const { return mouseState; }
#if QT_DEPRECATED_SINCE(5, 0)
- Q_DEPRECATED inline QPointF posF() const { return l; }
+ QT_DEPRECATED inline QPointF posF() const { return l; }
#endif
protected: