summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2015-07-06 09:39:44 +0200
committerMitch Curtis <mitch.curtis@digia.com>2015-07-06 13:24:01 +0000
commit0f16335bca62234d751fa5090b7c8e04e4a5a348 (patch)
tree0220bf2bca4249c24e44bf8c434c99518220fe59
parentb27c2ed888788f91db33d2ccea962a3815006858 (diff)
downloadqtquickcontrols-0f16335bca62234d751fa5090b7c8e04e4a5a348.tar.gz
Extras: remove version requirement notices.
The entire module is "new" with 5.5, and there are already \since statements in place declaring this. Change-Id: I76bc2941a520a82de0bd9780ac1786d5430acd0f Reviewed-by: Liang Qi <liang.qi@theqtcompany.com> Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
-rw-r--r--src/controls/Styles/Base/TumblerStyle.qml2
-rw-r--r--src/extras/TumblerColumn.qml2
-rw-r--r--src/extras/doc/src/qtquickextras-index.qdoc2
3 files changed, 1 insertions, 5 deletions
diff --git a/src/controls/Styles/Base/TumblerStyle.qml b/src/controls/Styles/Base/TumblerStyle.qml
index 2661837e..46605538 100644
--- a/src/controls/Styles/Base/TumblerStyle.qml
+++ b/src/controls/Styles/Base/TumblerStyle.qml
@@ -49,8 +49,6 @@ import QtQuick.Extras.Private 1.0
\ingroup controlsstyling
\brief Provides custom styling for Tumbler.
- \note TumblerStyle requires Qt 5.3.2 or later.
-
You can create a custom tumbler by replacing the following delegates:
\list
\li \l background
diff --git a/src/extras/TumblerColumn.qml b/src/extras/TumblerColumn.qml
index 6dfecb04..cef4a592 100644
--- a/src/extras/TumblerColumn.qml
+++ b/src/extras/TumblerColumn.qml
@@ -45,8 +45,6 @@ import QtQuick.Controls.Private 1.0
\ingroup extras
\brief A column within a tumbler.
- \note TumblerColumn requires Qt 5.5.0 or later.
-
TumblerColumn represents a column within a tumbler, providing the interface
to define the items and width of each column.
diff --git a/src/extras/doc/src/qtquickextras-index.qdoc b/src/extras/doc/src/qtquickextras-index.qdoc
index 63966614..9237eff5 100644
--- a/src/extras/doc/src/qtquickextras-index.qdoc
+++ b/src/extras/doc/src/qtquickextras-index.qdoc
@@ -35,7 +35,7 @@
The Qt Quick Extras module provides a specialized set of
controls that can be used to build interfaces in Qt Quick.
- The module requires \l{Qt Quick} 2.2, and \l{Qt Quick Controls} 1.1.
+ The module was introduced in Qt 5.5.
Visit the \l{Qt Quick Extras Overview} page to get started.