summaryrefslogtreecommitdiffstats
path: root/examples/declarative/extending/properties/person.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/extending/properties/person.h')
-rw-r--r--examples/declarative/extending/properties/person.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/declarative/extending/properties/person.h b/examples/declarative/extending/properties/person.h
index 860a607..7504d18 100644
--- a/examples/declarative/extending/properties/person.h
+++ b/examples/declarative/extending/properties/person.h
@@ -60,6 +60,5 @@ private:
QString m_name;
int m_shoeSize;
};
-QML_DECLARE_TYPE(Person);
#endif // PERSON_H