diff options
author | Liang Qi <liang.qi@theqtcompany.com> | 2015-11-03 09:30:30 +0100 |
---|---|---|
committer | Liang Qi <liang.qi@theqtcompany.com> | 2015-11-04 08:48:50 +0000 |
commit | ef89c94c4bf3718706437ce3330921cf212d84e4 (patch) | |
tree | 8f2183cb00a68f39fd67acca1fbff7c676609d6e /src/controls/SplitView.qml | |
parent | d3dbbe4781c4a7137ada0324e6ec5b14fed5c859 (diff) | |
download | qtquickcontrols-ef89c94c4bf3718706437ce3330921cf212d84e4.tar.gz |
Doc: fix a typo and etc in SplitView
Task-number: QTBUG-48991
Change-Id: I2b2ca8270b6c25769d3b3214f052050c25f7f15b
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Diffstat (limited to 'src/controls/SplitView.qml')
-rw-r--r-- | src/controls/SplitView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/SplitView.qml b/src/controls/SplitView.qml index 41c50329..c7d5d42c 100644 --- a/src/controls/SplitView.qml +++ b/src/controls/SplitView.qml @@ -81,7 +81,7 @@ import QtQuick.Window 2.1 \li \l{Layout::fillHeight}{Layout.fillHeight} (\c true for only one child) \endlist - \note Please import QtQuick.Layout 1.0 in your QML file in order to use the Layout + \note import QtQuick.Layouts 1.0 in your QML file in order to use the Layout attached properties inside SplitView. Example: |