diff options
Diffstat (limited to 'src/widgets/kernel/qapplication.h')
-rw-r--r-- | src/widgets/kernel/qapplication.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/kernel/qapplication.h b/src/widgets/kernel/qapplication.h index 83dfdc50bcd..c2c5f7264d4 100644 --- a/src/widgets/kernel/qapplication.h +++ b/src/widgets/kernel/qapplication.h @@ -141,6 +141,7 @@ public Q_SLOTS: protected: bool event(QEvent *) override; # if QT_VERSION < QT_VERSION_CHECK(7, 0, 0) + QT_DEPRECATED_VERSION_X_6_10("This feature will be removed in Qt 7") bool compressEvent(QEvent *, QObject *receiver, QPostEventList *) override; # endif |