aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickitemdelegate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/qquickitemdelegate.cpp')
-rw-r--r--src/templates/qquickitemdelegate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/qquickitemdelegate.cpp b/src/templates/qquickitemdelegate.cpp
index 98364fad..ab5e1925 100644
--- a/src/templates/qquickitemdelegate.cpp
+++ b/src/templates/qquickitemdelegate.cpp
@@ -46,7 +46,7 @@ QT_BEGIN_NAMESPACE
\inherits AbstractButton
\instantiates QQuickItemDelegate
\inqmlmodule Qt.labs.controls
- \brief An item delegate.
+ \brief A standard view item that can be used in various views and controls.
ItemDelegate presents a standard view item. It can be used as a delegate
in various views and controls, such as \l ListView and \l ComboBox.