diff options
author | David Edmundson <[email protected]> | 2013-12-03 11:32:16 +0100 |
---|---|---|
committer | The Qt Project <[email protected]> | 2013-12-04 14:31:15 +0100 |
commit | e300335a19b7125e6777d07065ac1314bcde2ca1 (patch) | |
tree | 54569f77381de19a1407c8c9769187370d1e35b2 /src/controls/ScrollView.qml | |
parent | 83da719c2d2cdea18574de85e5a49037a0466f0a (diff) |
Update ScrollView documentation to be valid QML
Change-Id: Ie78468f6e001e67467175cd39bd4db1bd6b2dbbf
Reviewed-by: Martin Klapetek <[email protected]>
Reviewed-by: J-P Nurmi <[email protected]>
Diffstat (limited to 'src/controls/ScrollView.qml')
-rw-r--r-- | src/controls/ScrollView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/ScrollView.qml b/src/controls/ScrollView.qml index 6f1187ea5..7e6163922 100644 --- a/src/controls/ScrollView.qml +++ b/src/controls/ScrollView.qml @@ -60,7 +60,7 @@ import QtQuick.Controls.Styles 1.1 Example: \code ScrollView { - Image { imageSource: "largeImage.png" } + Image { source: "largeImage.png" } } \endcode |