summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/controls/ScrollView.qml2
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