summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2024-02-12 12:00:54 +0000
committerTopi Reinio <topi.reinio@qt.io>2024-02-13 08:13:53 +0000
commita50a36f72b83272fc6590cf7e127b39ca9910590 (patch)
tree942758b5172b84efabdddcf651a77f572956f646
parent0d15c000ad0dbdc5c04af0fd5b5799f2cd37d696 (diff)
Doc: Qt Gui: Fully qualify \variable documentation
Upcoming changes to QDoc require API entities to be fully qualified; previously, QDoc maintained a list of 'open namespaces' that were part of matching the documented entity with its declaration, but that concept does not work for parallelized parsing where the order of processing can be arbitrary. Change-Id: I082d1b8c150543a1451767caf767ad5faf3473ba Reviewed-by: Luca Di Sera <luca.disera@qt.io>
-rw-r--r--src/gui/text/qtextoption.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qtextoption.cpp b/src/gui/text/qtextoption.cpp
index 3e5b5bc000..b6beadbe91 100644
--- a/src/gui/text/qtextoption.cpp
+++ b/src/gui/text/qtextoption.cpp
@@ -329,7 +329,7 @@ QList<QTextOption::Tab> QTextOption::tabs() const
*/
/*!
- \variable Tab::position
+ \variable QTextOption::Tab::position
Distance from the start of the paragraph.
The position of a tab is from the start of the paragraph which implies that when
the alignment of the paragraph is set to centered, the tab is interpreted to be