aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2012-11-23 14:37:35 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-28 17:20:44 +0100
commit498d45887c251ed79366ed083b26e68d2af99813 (patch)
tree23f42b0ad513ba04d030186e7bf7337015f904ac
parent0aa9fa1ba458f20b28c92e88efb991cc0937920d (diff)
Mark scarc resource docs as internal for 5.0
Change-Id: Ic3e235399161dcf0c9a259a5e94b4178d61eb5cb Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
-rw-r--r--src/qml/doc/src/javascript/expressions.qdoc11
-rw-r--r--src/qml/doc/src/typesystem/basictypes.qdoc9
2 files changed, 16 insertions, 4 deletions
diff --git a/src/qml/doc/src/javascript/expressions.qdoc b/src/qml/doc/src/javascript/expressions.qdoc
index c8304256cc..75205fa772 100644
--- a/src/qml/doc/src/javascript/expressions.qdoc
+++ b/src/qml/doc/src/javascript/expressions.qdoc
@@ -330,6 +330,17 @@ an undefined order.
Likewise, the \l {Component::onDestruction} handler definitions are triggered
on component destruction.
+*/
+
+/*
+ \internal
+ NOTE: TODO Qt 5.1: We are not sufficiently confident about the implementation of scarce
+ resources in Qt 5.0.0, so mark this section as internal for now.
+ It should eventually become public API
+
+ There is another section about scarce resources in basictypes.qdoc. It should
+ be enabled at the same time.
+
\section1 Scarce Resources in JavaScript
diff --git a/src/qml/doc/src/typesystem/basictypes.qdoc b/src/qml/doc/src/typesystem/basictypes.qdoc
index ab9e33cde4..281f3b8885 100644
--- a/src/qml/doc/src/typesystem/basictypes.qdoc
+++ b/src/qml/doc/src/typesystem/basictypes.qdoc
@@ -480,7 +480,11 @@ property is only invoked when the property is reassigned to a different object v
}
\endqml
- \section1 Using Scarce Resources with the var Type
+ \sa {QML Basic Types}
+*/
+/*
+ TODO Qt 5.1: see explanation in expressions.qdoc
+ \section1 Using Scarce Resources with the var Type
A \c var type property can also hold an image or pixmap.
A \c var which contains a QPixmap or QImage is known as a
@@ -496,11 +500,8 @@ property is only invoked when the property is reassigned to a different object v
see \l{Scarce Resources in JavaScript}.
This basic type is provided by the QML language.
-
- \sa {QML Basic Types}
*/
-
/*!
\obsolete
\qmlbasictype variant