summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2010-10-27 00:53:25 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2010-10-27 00:54:12 (GMT)
commit9e45ded299899ab21f3c3c8644e39051aaaa78aa (patch)
tree5db5009c30021a09ecc3ee07f5b27b8a99f54a9d
parent7285c09ef777569514e73dffa22ecfdb7df6ba8f (diff)
downloadQt-9e45ded299899ab21f3c3c8644e39051aaaa78aa.zip
Qt-9e45ded299899ab21f3c3c8644e39051aaaa78aa.tar.gz
Qt-9e45ded299899ab21f3c3c8644e39051aaaa78aa.tar.bz2
Doc clarification for Loader.
-rw-r--r--src/declarative/graphicsitems/qdeclarativeloader.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeloader.cpp b/src/declarative/graphicsitems/qdeclarativeloader.cpp
index 5647b14..7777567 100644
--- a/src/declarative/graphicsitems/qdeclarativeloader.cpp
+++ b/src/declarative/graphicsitems/qdeclarativeloader.cpp
@@ -216,7 +216,8 @@ QDeclarativeLoader::~QDeclarativeLoader()
cannot load non-visual components.
To unload the currently loaded item, set this property to an empty string,
- or set \l sourceComponent to \c undefined.
+ or set \l sourceComponent to \c undefined. Setting \c source to a
+ new URL will also cause the item created by the previous URL to be unloaded.
\sa sourceComponent, status, progress
*/