diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-07-23 06:22:35 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-07-23 06:22:35 (GMT) |
commit | 7fe100b56ccca40de193164d3ce19600cf50bdd4 (patch) | |
tree | 9563d91fe63af272dee0dd18be42e6159de48cf0 /examples/declarative/extending/properties/person.cpp | |
parent | fff9aec87509bdcf3c662889b5119f97d32332e5 (diff) | |
download | Qt-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.cpp | 2 |
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); |