From ef89c94c4bf3718706437ce3330921cf212d84e4 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Tue, 3 Nov 2015 09:30:30 +0100 Subject: Doc: fix a typo and etc in SplitView Task-number: QTBUG-48991 Change-Id: I2b2ca8270b6c25769d3b3214f052050c25f7f15b Reviewed-by: Venugopal Shivashankar --- src/controls/SplitView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/controls/SplitView.qml') diff --git a/src/controls/SplitView.qml b/src/controls/SplitView.qml index 41c50329a..c7d5d42c7 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: -- cgit v1.2.3