aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickaccessibleattached.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/items/qquickaccessibleattached.cpp')
-rw-r--r--src/quick/items/qquickaccessibleattached.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/quick/items/qquickaccessibleattached.cpp b/src/quick/items/qquickaccessibleattached.cpp
index f1c71183f2..3c00a7d62d 100644
--- a/src/quick/items/qquickaccessibleattached.cpp
+++ b/src/quick/items/qquickaccessibleattached.cpp
@@ -71,7 +71,7 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \qmlproperty string QtQuick2::Accessible::name
+ \qmlproperty string QtQuick::Accessible::name
This property sets an accessible name.
For a button for example, this should have a binding to its text.
@@ -81,7 +81,7 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \qmlproperty string QtQuick2::Accessible::description
+ \qmlproperty string QtQuick::Accessible::description
This property sets an accessible description.
Similar to the name it describes the item. The description
@@ -90,7 +90,7 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \qmlproperty enumeration QtQuick2::Accessible::role
+ \qmlproperty enumeration QtQuick::Accessible::role
This flags sets the semantic type of the widget.
A button for example would have "Button" as type.