We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010e54c commit 8a5f9d2Copy full SHA for 8a5f9d2
README.md
@@ -26,11 +26,11 @@ Usage
26
======
27
Classes that we'll use for the sample code following ---
28
29
+// All the classes that we need for our sample!
30
class Address : public JObject {
31
Q_OBJECT
32
public:
33
Q_INVOKABLE explicit Address(QObject* parent = 0) : JObject(parent){}
-
34
MetaPropertyPublicSet(QString, country)
35
MetaPropertyPublicSet(QString, city)
36
MetaPropertyPublicSet(QString, zip)
@@ -58,7 +58,6 @@ class School : public JObject {
58
59
60
Q_INVOKABLE explicit School(QObject* parent = 0) : JObject(parent){}
61
62
MetaPropertyPublicSet(QString, name)
63
MetaPropertyPublicSet_Ptr(Address, address)
64
MetaPropertyPublicSet_Ptr_List(Teacher, teachers)
0 commit comments