diff --git a/src/controls/SplitView.qml b/src/controls/SplitView.qml index f5bb16d76020a783a0b6b377ed83ffaf01799d45..93f0a7e30c45b067c00f1a9e47c21ad1c8bcc993 100644 --- a/src/controls/SplitView.qml +++ b/src/controls/SplitView.qml @@ -166,7 +166,8 @@ Item { onHeightChanged: d.updateLayout() onOrientationChanged: d.changeOrientation() - /*! Add an item to the end of the view. */ + /*! Add an item to the end of the view. + \since QtQuick.Controls 1.3 */ function addItem(item) { d.updateLayoutGuard = true