aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/cppextensions/referenceexamples/adding/person.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/cppextensions/referenceexamples/adding/person.h')
-rw-r--r--examples/declarative/cppextensions/referenceexamples/adding/person.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/cppextensions/referenceexamples/adding/person.h b/examples/declarative/cppextensions/referenceexamples/adding/person.h
index 896bf4bd52..45fb2f3297 100644
--- a/examples/declarative/cppextensions/referenceexamples/adding/person.h
+++ b/examples/declarative/cppextensions/referenceexamples/adding/person.h
@@ -41,7 +41,7 @@
#define PERSON_H
#include <QObject>
-// ![0]
+//![0]
class Person : public QObject
{
Q_OBJECT
@@ -60,6 +60,6 @@ private:
QString m_name;
int m_shoeSize;
};
-// ![0]
+//![0]
#endif // PERSON_H