aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2014-11-24 13:10:04 +0100
committerSimon Hausmann <simon.hausmann@digia.com>2014-11-24 15:35:19 +0100
commit4a9d10d9fb3c4344019d43505a5c76b1fd67ddf2 (patch)
tree2c48cd3011b9bcbb7c8b04ff843294ad03ac7ca4 /src/qml/doc
parentef73060d05579c0c7ec9f272cc2b3acfb073a5a1 (diff)
Doc: Remove text that claims aliases cannot be read-only
It's very well possible to have read-only aliases :) Task-number: QTBUG-33709 Change-Id: I2ad8854cd0b412d1d2e7afde6dfd585519b69e27 Reviewed-by: Michael Brasser <michael.brasser@live.com>
Diffstat (limited to 'src/qml/doc')
-rw-r--r--src/qml/doc/src/qmllanguageref/syntax/objectattributes.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/doc/src/qmllanguageref/syntax/objectattributes.qdoc b/src/qml/doc/src/qmllanguageref/syntax/objectattributes.qdoc
index dd42e251c2..2fa1d567c6 100644
--- a/src/qml/doc/src/qmllanguageref/syntax/objectattributes.qdoc
+++ b/src/qml/doc/src/qmllanguageref/syntax/objectattributes.qdoc
@@ -590,8 +590,8 @@ Item {
}
\endqml
-\note A read-only property cannot also be a \l{Default Properties}{default} or
-\l {Property Aliases}{alias} property.
+\note A read-only property cannot also be a \l{Default Properties}{default}
+property.
\section3 Property Modifier Objects