summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-09-09 05:17:00 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-09-09 05:17:00 (GMT)
commitdc4d2b260debda80b8a0d81c9a032050232fdaab (patch)
tree5bff84b37b7c8d48f080efef9c2a6a582a968255
parentd03ed1d1ff45ff484f35ace9d90f6c84dd73aa21 (diff)
downloadQt-dc4d2b260debda80b8a0d81c9a032050232fdaab.zip
Qt-dc4d2b260debda80b8a0d81c9a032050232fdaab.tar.gz
Qt-dc4d2b260debda80b8a0d81c9a032050232fdaab.tar.bz2
Doc.
-rw-r--r--src/declarative/fx/qfxloader.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/fx/qfxloader.cpp b/src/declarative/fx/qfxloader.cpp
index 783fd61..e75ce6d 100644
--- a/src/declarative/fx/qfxloader.cpp
+++ b/src/declarative/fx/qfxloader.cpp
@@ -312,6 +312,8 @@ qreal QFxLoader::progress() const
\o SizeLoaderToItem - the Loader will be sized to the size of the item, unless the size of the Loader has been otherwise specified.
\o SizeItemToLoader - the item will be sized to the size of the Loader.
\endlist
+
+ The default resizeMode is SizeLoaderToItem.
*/
QFxLoader::ResizeMode QFxLoader::resizeMode() const
{