aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSafiyyah Moosa <safiyyah.moosa@qt.io>2023-09-13 16:42:12 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-09-19 05:03:07 +0000
commitb8c3932a887ce60019c1f54e030a4d65841d4355 (patch)
treeeebbbba85ab4888e07533c50cdc15b191133c80f
parent885e9f81debf5e5ab2dbd609519691d02486aa90 (diff)
Doc: Change 'delegate' model to 'object' model
Task-number: QTBUG-115766 Change-Id: Id57bd53dbcccc107d57fd866a6c69f51b4303bc3 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> (cherry picked from commit 542687a2088276748e13ea38e188b17489823716) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit e60840d4afee8d73083f81caefd53389d20d45fc)
-rw-r--r--src/quicktemplates/qquickcontainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quicktemplates/qquickcontainer.cpp b/src/quicktemplates/qquickcontainer.cpp
index eefc9161e9..8c35fcb633 100644
--- a/src/quicktemplates/qquickcontainer.cpp
+++ b/src/quicktemplates/qquickcontainer.cpp
@@ -116,7 +116,7 @@ QT_BEGIN_NAMESPACE
Container does not provide any default visualization. It is used to implement
such containers as \l SwipeView and \l TabBar. When implementing a custom
container, the most important part of the API is \l contentModel, which provides
- the contained items in a way that it can be used as a delegate model for item
+ the contained items in a way that it can be used as an object model for item
views and repeaters.
\code