Commit 5bdc18ff authored by J-P Nurmi's avatar J-P Nurmi Committed by The Qt Project
Browse files

SplitView::addItem(): add missing \since


Change-Id: I53ed6999b4d8cd4d35fd96783fe46dc94242e8f5
Reviewed-by: default avatarCaroline Chao <caroline.chao@digia.com>
Reviewed-by: default avatarJerome Pasion <jerome.pasion@digia.com>
Reviewed-by: default avatarChristian Manning <cmanning999@gmail.com>
parent 5e5b754f
Branches
Tags
No related merge requests found
Showing with 2 additions and 1 deletion
...@@ -166,7 +166,8 @@ Item { ...@@ -166,7 +166,8 @@ Item {
onHeightChanged: d.updateLayout() onHeightChanged: d.updateLayout()
onOrientationChanged: d.changeOrientation() 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) { function addItem(item) {
d.updateLayoutGuard = true d.updateLayoutGuard = true
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment