diff options
Diffstat (limited to 'tests/auto/tools/moc/qtbug-35657-gadget.h')
| -rw-r--r-- | tests/auto/tools/moc/qtbug-35657-gadget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/tools/moc/qtbug-35657-gadget.h b/tests/auto/tools/moc/qtbug-35657-gadget.h index d97e1f7f45e..ca225faca1c 100644 --- a/tests/auto/tools/moc/qtbug-35657-gadget.h +++ b/tests/auto/tools/moc/qtbug-35657-gadget.h @@ -9,9 +9,9 @@ namespace QTBUG_35657 { class A { Q_GADGET - Q_ENUMS(SomeEnum) public: enum SomeEnum { SomeEnumValue = 0 }; + Q_ENUM(SomeEnum) }; } |
