aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/plugins/qmldesigner/components/propertyeditor/basicwidgets.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmldesigner/components/propertyeditor/basicwidgets.cpp b/src/plugins/qmldesigner/components/propertyeditor/basicwidgets.cpp
index ae9dd3c4f5..adcb5ae470 100644
--- a/src/plugins/qmldesigner/components/propertyeditor/basicwidgets.cpp
+++ b/src/plugins/qmldesigner/components/propertyeditor/basicwidgets.cpp
@@ -107,7 +107,7 @@ class QWidgetDeclarativeUI : public QObject
Q_PROPERTY(QDeclarativeListProperty<QObject> children READ children)
Q_PROPERTY(QLayoutObject *layout READ layout WRITE setLayout)
Q_PROPERTY(QDeclarativeListProperty<Action> actions READ actions)
- Q_PROPERTY(QFont font READ font CONSTANT)
+ Q_PROPERTY(QFont font READ font WRITE setFont)
Q_PROPERTY(QPoint pos READ pos)
Q_PROPERTY(QSize size READ size)