summaryrefslogtreecommitdiffstats
path: root/examples/declarative/extending/binding/happybirthday.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/binding/happybirthday.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/binding/happybirthday.cpp')
-rw-r--r--examples/declarative/extending/binding/happybirthday.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/extending/binding/happybirthday.cpp b/examples/declarative/extending/binding/happybirthday.cpp
index 81e010e..d1f485e 100644
--- a/examples/declarative/extending/binding/happybirthday.cpp
+++ b/examples/declarative/extending/binding/happybirthday.cpp
@@ -44,4 +44,4 @@ void HappyBirthday::advance()
m_target.write(m_lyrics.at(m_line));
}
-QML_DEFINE_TYPE(HappyBirthday, HappyBirthday);
+QML_DEFINE_TYPE(People, 1, 0, 0, HappyBirthday, HappyBirthday);