diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-04-19 06:30:56 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-04-19 06:50:52 (GMT) |
commit | 9943a3ef522f293c26af0c65b0bc0a1df02a417d (patch) | |
tree | 74611818369e69141e13cdf385d75ad7cc90d85e /examples/declarative/extending/properties/birthdayparty.h | |
parent | 2a9a22c7464b706c1e1998e10910b8f99528c6c4 (diff) | |
download | Qt-9943a3ef522f293c26af0c65b0bc0a1df02a417d.zip Qt-9943a3ef522f293c26af0c65b0bc0a1df02a417d.tar.gz Qt-9943a3ef522f293c26af0c65b0bc0a1df02a417d.tar.bz2 |
QML_DECLARE_TYPE is no longer necessary - fix docs and examples
Diffstat (limited to 'examples/declarative/extending/properties/birthdayparty.h')
-rw-r--r-- | examples/declarative/extending/properties/birthdayparty.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/declarative/extending/properties/birthdayparty.h b/examples/declarative/extending/properties/birthdayparty.h index c4cb536..dd01562 100644 --- a/examples/declarative/extending/properties/birthdayparty.h +++ b/examples/declarative/extending/properties/birthdayparty.h @@ -71,7 +71,6 @@ private: Person *m_celebrant; QList<Person *> m_guests; }; -QML_DECLARE_TYPE(BirthdayParty); // ![3] #endif // BIRTHDAYPARTY_H |