summaryrefslogtreecommitdiff
path: root/src/controls/controls.pro
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@digia.com>2013-02-22 11:23:24 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-22 13:38:25 +0100
commit59b12b5240f94c4822cdf4f1e4cb05bc0ede76e9 (patch)
tree4e350c46dcd4dabbb5e74e35498c620c42c84d06 /src/controls/controls.pro
parenta0714a669030d13f592e20f2a9ef145132bf00e6 (diff)
downloadqtquickcontrols-59b12b5240f94c4822cdf4f1e4cb05bc0ede76e9.tar.gz
Rename ScrollArea to ScrollView
We want to introduce View as a common name for items that are not simple controlss but views controlling other items Change-Id: I13ffc096742ec13023c58b4744ad53084e11cc67 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
Diffstat (limited to 'src/controls/controls.pro')
-rw-r--r--src/controls/controls.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/controls.pro b/src/controls/controls.pro
index 7af5a965..1324aa51 100644
--- a/src/controls/controls.pro
+++ b/src/controls/controls.pro
@@ -23,7 +23,7 @@ QML_FILES = \
PageTransition.qml \
ProgressBar.qml \
RadioButton.qml \
- ScrollArea.qml \
+ ScrollView.qml \
Slider.qml \
SpinBox.qml \
Splitter.qml \