summaryrefslogtreecommitdiffstats
path: root/src/uml/qobjects/qumlprofileapplicationobject_p.h
diff options
context:
space:
mode:
authorSandro S. Andrade <sandroandrade@kde.org>2013-10-07 09:36:50 -0300
committerSandro S. Andrade <sandroandrade@kde.org>2013-10-07 14:34:31 +0200
commit5e4a780b40543fa12d6d9607e3193fb111c5ab84 (patch)
treeeb747784d9f3319d6ac7954eea269614aaad9277 /src/uml/qobjects/qumlprofileapplicationobject_p.h
parent3031fe1254052bdeffec90ca76e2f3649a971ae7 (diff)
Improve property metadata information
Change-Id: Ia9a7db26b2e7b8696aa7b82aed93c0fa6ebad8ce Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
Diffstat (limited to 'src/uml/qobjects/qumlprofileapplicationobject_p.h')
-rw-r--r--src/uml/qobjects/qumlprofileapplicationobject_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/uml/qobjects/qumlprofileapplicationobject_p.h b/src/uml/qobjects/qumlprofileapplicationobject_p.h
index 1629fa75..16e186a2 100644
--- a/src/uml/qobjects/qumlprofileapplicationobject_p.h
+++ b/src/uml/qobjects/qumlprofileapplicationobject_p.h
@@ -69,9 +69,9 @@ class Q_UML_EXPORT QUmlProfileApplicationObject : public QObject
Q_PROPERTY(QSet<QObject *> target READ targets)
// Properties [ProfileApplication]
- Q_PROPERTY(QObject * appliedProfile READ appliedProfile)
- Q_PROPERTY(QObject * applyingPackage READ applyingPackage)
- Q_PROPERTY(bool isStrict READ isStrict RESET unsetStrict)
+ Q_PROPERTY(QObject * appliedProfile READ appliedProfile WRITE setAppliedProfile)
+ Q_PROPERTY(QObject * applyingPackage READ applyingPackage WRITE setApplyingPackage)
+ Q_PROPERTY(bool isStrict READ isStrict WRITE setStrict RESET unsetStrict)
public:
Q_INVOKABLE explicit QUmlProfileApplicationObject(QUmlProfileApplication *qModelingObject);