diff options
author | Topi Reinio <[email protected]> | 2024-02-12 12:00:54 +0000 |
---|---|---|
committer | Topi Reinio <[email protected]> | 2024-02-13 08:13:53 +0000 |
commit | a50a36f72b83272fc6590cf7e127b39ca9910590 (patch) | |
tree | 942758b5172b84efabdddcf651a77f572956f646 | |
parent | 0d15c000ad0dbdc5c04af0fd5b5799f2cd37d696 (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 <[email protected]>
-rw-r--r-- | src/gui/text/qtextoption.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qtextoption.cpp b/src/gui/text/qtextoption.cpp index 3e5b5bc0006..b6beadbe914 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 |