summaryrefslogtreecommitdiffstats
path: root/examples/declarative/extending/binding/person.h
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-04-06 06:52:51 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-04-06 06:52:51 (GMT)
commit3a632cb5f1c1da5c2e72ce167e35a42778867829 (patch)
tree76540ae0ef94b3069afb2f043bd0d26d0b26cc5b /examples/declarative/extending/binding/person.h
parentab9c4f04fe86cbeed28800cbe0473738d9959871 (diff)
parentcb85dd1db4e42b35fd3727874d718389238b801f (diff)
downloadQt-3a632cb5f1c1da5c2e72ce167e35a42778867829.zip
Qt-3a632cb5f1c1da5c2e72ce167e35a42778867829.tar.gz
Qt-3a632cb5f1c1da5c2e72ce167e35a42778867829.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'examples/declarative/extending/binding/person.h')
-rw-r--r--examples/declarative/extending/binding/person.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/extending/binding/person.h b/examples/declarative/extending/binding/person.h
index 1bec71c..2d4ec12 100644
--- a/examples/declarative/extending/binding/person.h
+++ b/examples/declarative/extending/binding/person.h
@@ -80,7 +80,7 @@ class Person : public QObject {
Q_OBJECT
Q_PROPERTY(QString name READ name WRITE setName NOTIFY nameChanged)
// ![0]
-Q_PROPERTY(ShoeDescription *shoe READ shoe CONSTANT);
+Q_PROPERTY(ShoeDescription *shoe READ shoe CONSTANT)
// ![0]
public:
Person(QObject *parent = 0);