aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2016-08-30 14:18:08 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2016-11-10 13:32:51 +0000
commit171a104ec567d660fd3ac44cfc2031ac748f6d56 (patch)
treec0a77ea99efe21e080264d472127c0101f208bda /doc
parente518441cf636a2839d58d23f9853dbcdeeaad85a (diff)
Make list properties overridable
Users should be able to "opt out" of values inserted by modules outside their control. Change-Id: I4f641b50ea203054759453402fa1e1795f6df4dd Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/items/properties.qdoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/reference/items/properties.qdoc b/doc/reference/items/properties.qdoc
index a78dea150..a8de7740b 100644
--- a/doc/reference/items/properties.qdoc
+++ b/doc/reference/items/properties.qdoc
@@ -102,5 +102,13 @@
\li bool
\li none - must be specified
\li The condition to be used for the other bindings in this item.
+ \row
+ \li overrideListProperties
+ \li bool
+ \li \c false
+ \li List properties set within this item will override the values coming from
+ modules, rather than getting merged with them, which is the default behavior.
+ Use this in the rare case that a module you depend on inserts a value into
+ a list property that is problematic for some product.
\endtable
*/