summaryrefslogtreecommitdiff
path: root/src/controls/StackViewDelegate.qml
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-09-24 13:20:42 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-26 15:29:39 +0200
commit2abe354c697f52e0c5918275429f6c82cb133211 (patch)
treecba8e10bfb632877602fbc7210aa2b41ed0b2bc7 /src/controls/StackViewDelegate.qml
parent6cfe20fc66c2d7e9daf07cb77fa781e284f13e0a (diff)
downloadqtquickcontrols-2abe354c697f52e0c5918275429f6c82cb133211.tar.gz
Doc: Changed the \since argument to the Qt version.
-1.0 types were introduced in Qt 5.1 -1.1 types were introduced in Qt 5.2 -The module versions are now taken from the \qmlmodule This change was only applied to \qmltype. For methods, signals, and properties, we keep the \since QtQuick.Controls <version> Task-number: QTBUG-32172 Change-Id: Iefa73d4a489aa285bae873f68ae9a228030f0115 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Diffstat (limited to 'src/controls/StackViewDelegate.qml')
-rw-r--r--src/controls/StackViewDelegate.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/StackViewDelegate.qml b/src/controls/StackViewDelegate.qml
index a2490b1a..e77b8235 100644
--- a/src/controls/StackViewDelegate.qml
+++ b/src/controls/StackViewDelegate.qml
@@ -43,7 +43,7 @@ import QtQuick 2.1
/*!
\qmltype StackViewDelegate
\inqmlmodule QtQuick.Controls
- \since QtQuick.Controls 1.0
+ \since 5.1
\brief A delegate used by StackView for loading transitions.