aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2012-03-07 22:00:57 +0100
committerLars Knoll <lars.knoll@nokia.com>2012-03-07 22:01:11 +0100
commit616bbd1988f3b92f7d980b6c9a1278f11b712573 (patch)
treec6f9489bc1b53649130be21de858870f574db906 /doc/src
parent3bc907d155034fe64efc8cb6056b48f0c6401bfb (diff)
parent70966df1be02dd94ecf9a122ff9e4976245aeb92 (diff)
Merge remote-tracking branch 'origin/master' into api_changes
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/qml/basictypes.qdoc2
-rw-r--r--doc/src/qml/performance.qdoc1
2 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/qml/basictypes.qdoc b/doc/src/qml/basictypes.qdoc
index c179cbff2e..5b207cfa72 100644
--- a/doc/src/qml/basictypes.qdoc
+++ b/doc/src/qml/basictypes.qdoc
@@ -88,7 +88,7 @@
Item { width: 100.45; height: 150.82 }
\endqml
- \bold{Note:} In QML all reals are stored in single precision, \l
+ \bold{Note:} In QML all reals are stored in double precision, \l
{http://en.wikipedia.org/wiki/IEEE_754} {IEEE floating point}
format.
diff --git a/doc/src/qml/performance.qdoc b/doc/src/qml/performance.qdoc
index 88437a81d4..1d6b041803 100644
--- a/doc/src/qml/performance.qdoc
+++ b/doc/src/qml/performance.qdoc
@@ -445,7 +445,6 @@ criteria:
\list
\o Avoid using eval() if at all possible
\o Do not delete properties of objects
-\o Try to maintain property-assignment order in different constructor functions
\endlist
\section1 Common Interface Elements