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:
parent
c904860669
commit
008aedc8d1
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user