summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.