Skip to content

Commit 8a5f9d2

Browse files
committed
README.md enhanced
1 parent 010e54c commit 8a5f9d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ Usage
2626
======
2727
Classes that we'll use for the sample code following ---
2828

29+
// All the classes that we need for our sample!
2930
class Address : public JObject {
3031
Q_OBJECT
3132
public:
3233
Q_INVOKABLE explicit Address(QObject* parent = 0) : JObject(parent){}
33-
3434
MetaPropertyPublicSet(QString, country)
3535
MetaPropertyPublicSet(QString, city)
3636
MetaPropertyPublicSet(QString, zip)
@@ -58,7 +58,6 @@ class School : public JObject {
5858
Q_OBJECT
5959
public:
6060
Q_INVOKABLE explicit School(QObject* parent = 0) : JObject(parent){}
61-
6261
MetaPropertyPublicSet(QString, name)
6362
MetaPropertyPublicSet_Ptr(Address, address)
6463
MetaPropertyPublicSet_Ptr_List(Teacher, teachers)

0 commit comments

Comments
 (0)