Accessibility: remove compatibility alias for AnnouncementPoliteness

It was only needed to support a smooth submodule update.

Change-Id: I7546b8565bd3f2cb2c5141fc6ea36d1c76f11c48
Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
(cherry picked from commit 5ee8ca2e94336e28374308e768f541c58b7725a8)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Volker Hilsheimer 2024-06-14 13:09:01 +02:00 committed by Qt Cherry-pick Bot
parent 8f66370ecf
commit 9b6087b0dd

View File

@ -377,8 +377,6 @@ public:
Assertive,
};
Q_ENUM(AnnouncementPoliteness)
// ### remove once qtdeclarative dependencies are up-to-date
using AnnouncementPriority = AnnouncementPoliteness;
typedef QAccessibleInterface*(*InterfaceFactory)(const QString &key, QObject*);
typedef void(*UpdateHandler)(QAccessibleEvent *event);