diff options
Diffstat (limited to 'examples/declarative/extending/coercion/birthdayparty.h')
-rw-r--r-- | examples/declarative/extending/coercion/birthdayparty.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/declarative/extending/coercion/birthdayparty.h b/examples/declarative/extending/coercion/birthdayparty.h index fffd407..a5d14f9 100644 --- a/examples/declarative/extending/coercion/birthdayparty.h +++ b/examples/declarative/extending/coercion/birthdayparty.h @@ -66,6 +66,5 @@ private: Person *m_celebrant; QList<Person *> m_guests; }; -QML_DECLARE_TYPE(BirthdayParty); #endif // BIRTHDAYPARTY_H |