diff options
Diffstat (limited to 'examples/declarative/extending/attached/birthdayparty.cpp')
-rw-r--r-- | examples/declarative/extending/attached/birthdayparty.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/extending/attached/birthdayparty.cpp b/examples/declarative/extending/attached/birthdayparty.cpp index 49ed5a3..2c4c218 100644 --- a/examples/declarative/extending/attached/birthdayparty.cpp +++ b/examples/declarative/extending/attached/birthdayparty.cpp @@ -42,4 +42,4 @@ BirthdayPartyAttached *BirthdayParty::qmlAttachedProperties(QObject *object) return new BirthdayPartyAttached(object); } -QML_DEFINE_TYPE(BirthdayParty, BirthdayParty); +QML_DEFINE_TYPE(People, 1, 0, 0, BirthdayParty, BirthdayParty); |