summaryrefslogtreecommitdiffstats
path: root/examples/declarative/extending/attached/birthdayparty.h
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-04-19 06:30:56 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-04-19 06:50:52 (GMT)
commit9943a3ef522f293c26af0c65b0bc0a1df02a417d (patch)
tree74611818369e69141e13cdf385d75ad7cc90d85e /examples/declarative/extending/attached/birthdayparty.h
parent2a9a22c7464b706c1e1998e10910b8f99528c6c4 (diff)
downloadQt-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/attached/birthdayparty.h')
-rw-r--r--examples/declarative/extending/attached/birthdayparty.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/declarative/extending/attached/birthdayparty.h b/examples/declarative/extending/attached/birthdayparty.h
index d8ca2e1..7c45d21 100644
--- a/examples/declarative/extending/attached/birthdayparty.h
+++ b/examples/declarative/extending/attached/birthdayparty.h
@@ -59,7 +59,6 @@ public:
private:
QDate m_rsvp;
};
-QML_DECLARE_TYPE(BirthdayPartyAttached)
class BirthdayParty : public QObject
{
@@ -84,6 +83,5 @@ private:
};
QML_DECLARE_TYPEINFO(BirthdayParty, QML_HAS_ATTACHED_PROPERTIES)
-QML_DECLARE_TYPE(BirthdayParty)
#endif // BIRTHDAYPARTY_H