QAccessible::State is no longer an enum

Since 39a052c664, QAccessible::State is no
logner an enum that moc understand.

moc currently silently ignores it the Q_ENUMS

Change-Id: Iecc30ad57055fc9ccaa33e9e9c400d96997d0902
Reviewed-by: Jan Arve Sæther <jan-arve.saether@digia.com>
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
This commit is contained in:
Olivier Goffart 2013-04-30 17:35:05 +02:00 committed by The Qt Project
parent c904860669
commit 008aedc8d1

View File

@ -68,7 +68,7 @@ class QTextCursor;
class Q_GUI_EXPORT QAccessible class Q_GUI_EXPORT QAccessible
{ {
Q_GADGET Q_GADGET
Q_ENUMS(Role Event State) Q_ENUMS(Role Event)
public: public:
enum Event { enum Event {