summaryrefslogtreecommitdiffstats
path: root/src/uml/qobjects/qumlprofileapplicationobject_p.h
diff options
context:
space:
mode:
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);