summaryrefslogtreecommitdiff
path: root/src/controls/BusyIndicator.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/BusyIndicator.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/BusyIndicator.qml')
-rw-r--r--src/controls/BusyIndicator.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/BusyIndicator.qml b/src/controls/BusyIndicator.qml
index 0c9518e6..47c7f8cd 100644
--- a/src/controls/BusyIndicator.qml
+++ b/src/controls/BusyIndicator.qml
@@ -45,7 +45,7 @@ import QtQuick.Controls.Private 1.0
/*!
\qmltype BusyIndicator
\inqmlmodule QtQuick.Controls
- \since QtQuick.Controls 1.1
+ \since 5.2
\ingroup controls
\brief A busy indicator.