summaryrefslogtreecommitdiffstats
path: root/examples/declarative/extending/properties/person.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-07-23 06:22:35 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-07-23 06:22:35 (GMT)
commit7fe100b56ccca40de193164d3ce19600cf50bdd4 (patch)
tree9563d91fe63af272dee0dd18be42e6159de48cf0 /examples/declarative/extending/properties/person.cpp
parentfff9aec87509bdcf3c662889b5119f97d32332e5 (diff)
downloadQt-7fe100b56ccca40de193164d3ce19600cf50bdd4.zip
Qt-7fe100b56ccca40de193164d3ce19600cf50bdd4.tar.gz
Qt-7fe100b56ccca40de193164d3ce19600cf50bdd4.tar.bz2
Doc and example fixes for library qualification (QT-558)
Diffstat (limited to 'examples/declarative/extending/properties/person.cpp')
-rw-r--r--examples/declarative/extending/properties/person.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/extending/properties/person.cpp b/examples/declarative/extending/properties/person.cpp
index cf66a30..99fa33e 100644
--- a/examples/declarative/extending/properties/person.cpp
+++ b/examples/declarative/extending/properties/person.cpp
@@ -25,4 +25,4 @@ void Person::setShoeSize(int s)
m_shoeSize = s;
}
-QML_DEFINE_TYPE(Person, Person);
+QML_DEFINE_TYPE(People, 1, 0, 0, Person, Person);