summaryrefslogtreecommitdiff
path: root/src/controls/MenuBar.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/MenuBar.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/MenuBar.qml')
-rw-r--r--src/controls/MenuBar.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/MenuBar.qml b/src/controls/MenuBar.qml
index 0a7585f6..42b3f39a 100644
--- a/src/controls/MenuBar.qml
+++ b/src/controls/MenuBar.qml
@@ -46,7 +46,7 @@ import QtQuick.Controls.Private 1.0
/*!
\qmltype MenuBar
\inqmlmodule QtQuick.Controls
- \since QtQuick.Controls 1.0
+ \since 5.1
\ingroup applicationwindow
\brief Provides a horizontal menu bar.