summaryrefslogtreecommitdiffstats
path: root/examples/declarative/extending/properties/birthdayparty.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/extending/properties/birthdayparty.h')
-rw-r--r--examples/declarative/extending/properties/birthdayparty.h1
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