diff options
author | Jerome Pasion <jerome.pasion@digia.com> | 2013-09-24 13:20:42 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-09-26 15:29:39 +0200 |
commit | 2abe354c697f52e0c5918275429f6c82cb133211 (patch) | |
tree | cba8e10bfb632877602fbc7210aa2b41ed0b2bc7 /src/controls/Slider.qml | |
parent | 6cfe20fc66c2d7e9daf07cb77fa781e284f13e0a (diff) | |
download | qtquickcontrols-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/Slider.qml')
-rw-r--r-- | src/controls/Slider.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Slider.qml b/src/controls/Slider.qml index 7e01d5c7..24221b83 100644 --- a/src/controls/Slider.qml +++ b/src/controls/Slider.qml @@ -45,7 +45,7 @@ import QtQuick.Controls.Private 1.0 /*! \qmltype Slider \inqmlmodule QtQuick.Controls - \since QtQuick.Controls 1.0 + \since 5.1 \ingroup controls \brief Provides a vertical or horizontal slider control. |