aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2020-09-03 09:55:33 +0200
committerMitch Curtis <mitch.curtis@qt.io>2020-09-03 15:12:43 +0200
commitf872cdde2185390a07a5cb603f0a98c2304ac6cd (patch)
tree9405ca1af7c394ec791dc5f8f47a375d40dcef6f /src/quicktemplates2
parent113ea20a12d2911ea36138b759cadcb6fa48fa96 (diff)
Fix qdoc errors
Change-Id: I83f21bd6b780daa545c57d050d0f7562e8c0a4ff Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'src/quicktemplates2')
-rw-r--r--src/quicktemplates2/qquickcombobox.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/quicktemplates2/qquickcombobox.cpp b/src/quicktemplates2/qquickcombobox.cpp
index 426adbd3..4a7492ba 100644
--- a/src/quicktemplates2/qquickcombobox.cpp
+++ b/src/quicktemplates2/qquickcombobox.cpp
@@ -849,6 +849,8 @@ qreal QQuickComboBoxPrivate::calculateWidestTextWidth() const
}
/*!
+ \internal
+
If the user requested it (and we haven't already done it, depending on the policy),
update the implicit content width to the largest text in the model.
*/