diff options
Diffstat (limited to 'Tests/QtAutogen/gadget.h')
-rw-r--r-- | Tests/QtAutogen/gadget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/QtAutogen/gadget.h b/Tests/QtAutogen/gadget.h index 7c688ee..3253e31 100644 --- a/Tests/QtAutogen/gadget.h +++ b/Tests/QtAutogen/gadget.h @@ -9,7 +9,8 @@ class Gadget Q_GADGET Q_ENUMS(Type) public: - enum Type { + enum Type + { Type0, Type1 }; |