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