aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickloader.cpp
diff options
context:
space:
mode:
authorZhang Xingtao <xingtao.zhang@yahoo.com>2017-09-25 21:18:17 +0800
committerShawn Rutledge <shawn.rutledge@qt.io>2017-09-27 07:42:27 +0000
commitf068f5ddc9cd56dd3dd4fdc2abdbcd1ae8a30f19 (patch)
treec8043979bae5eca1e8d330c3359d655d3e17a891 /src/quick/items/qquickloader.cpp
parentc2f9d8a99db280941237b7ed35052547d55bd014 (diff)
Document the default value of property asynchronous
Change-Id: I9a01b3f2da0399c84fc7df842f810ae760fd215d Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/quick/items/qquickloader.cpp')
-rw-r--r--src/quick/items/qquickloader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quick/items/qquickloader.cpp b/src/quick/items/qquickloader.cpp
index 9f27beb298..cd356a9eeb 100644
--- a/src/quick/items/qquickloader.cpp
+++ b/src/quick/items/qquickloader.cpp
@@ -852,6 +852,7 @@ qreal QQuickLoader::progress() const
\qmlproperty bool QtQuick::Loader::asynchronous
This property holds whether the component will be instantiated asynchronously.
+By default it is \c false.
When used in conjunction with the \l source property, loading and compilation
will also be performed in a background thread.