diff options
author | J-P Nurmi <jpnurmi@digia.com> | 2013-02-22 19:02:00 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-02-22 19:17:00 +0100 |
commit | 7c002ef5c9f5acfcb4d2a15ee0993f29310aa8a0 (patch) | |
tree | cf0675c2b9bce05e63b20c46a0138d518a18646a /src/controls/qmldir | |
parent | 2445709979c6e125e58076b2707fd43fd7abf9af (diff) | |
download | qtquickcontrols-7c002ef5c9f5acfcb4d2a15ee0993f29310aa8a0.tar.gz |
Rename Splitter to SplitView
Change-Id: I1db05195ada0b798a632da04fb256f030c894560
Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'src/controls/qmldir')
-rw-r--r-- | src/controls/qmldir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/qmldir b/src/controls/qmldir index bb2b24e8..23b65844 100644 --- a/src/controls/qmldir +++ b/src/controls/qmldir @@ -18,7 +18,7 @@ RadioButton 1.0 RadioButton.qml ScrollView 1.0 ScrollView.qml Slider 1.0 Slider.qml SpinBox 1.0 SpinBox.qml -Splitter 1.0 Splitter.qml +SplitView 1.0 SplitView.qml StatusBar 1.0 StatusBar.qml Tab 1.0 Tab.qml TabView 1.0 TabView.qml |