summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@qt.io>2018-01-29 14:15:11 +0200
committerMiikka Heikkinen <miikka.heikkinen@qt.io>2018-02-02 09:04:37 +0000
commitd91a333c01ff2ff7f6b9f07b4dbc0dfae1615b65 (patch)
treee1003c55e73abf7756723aa59bb3e1c0d031c54e /doc
parent4786888312f4dcb37c4884cf4f4f7291d3fec98e (diff)
Treat all DataInput value sets as changes
Since the local value doesn't accurately reflect the actual value of the controlled value in the presentation, we treat all value sets on DataInputs as value changes and act accordingly. Change-Id: I96adc255263a5523fe951e0a4d67c51d6f0a7043 Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io> Reviewed-by: Jere Tuliniemi <jere.tuliniemi@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/06-qml-reference/DataInput.qdoc3
-rw-r--r--doc/src/12-cpp-reference/Q3DSDataInput.qdoc3
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/06-qml-reference/DataInput.qdoc b/doc/src/06-qml-reference/DataInput.qdoc
index 124c1588..d8723b47 100644
--- a/doc/src/06-qml-reference/DataInput.qdoc
+++ b/doc/src/06-qml-reference/DataInput.qdoc
@@ -53,5 +53,6 @@
The value of this property only accounts for changes done via the same DataInput instance.
If the value of the same data input in the presentation is changed elsewhere,
for example via presentation scripting, those changes are not reflected in
- the value of this property.
+ the value of this property. Due to this uncertainty, this property treats all value sets as
+ changes even if the newly set value is the same value as the previous value.
*/
diff --git a/doc/src/12-cpp-reference/Q3DSDataInput.qdoc b/doc/src/12-cpp-reference/Q3DSDataInput.qdoc
index a16bdc0a..568de8f1 100644
--- a/doc/src/12-cpp-reference/Q3DSDataInput.qdoc
+++ b/doc/src/12-cpp-reference/Q3DSDataInput.qdoc
@@ -77,5 +77,6 @@
The value of this property only accounts for changes done via the same Q3DSDataInput instance.
If the value of the same data input in the presentation is changed elsewhere,
for example via presentation scripting, those changes are not reflected in
- the value of this property.
+ the value of this property. Due to this uncertainty, this property treats all value sets as
+ changes even if the newly set value is the same value as the previous value.
*/