summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qnamespace.qdoc
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-10-14 15:57:34 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2010-10-14 15:57:34 (GMT)
commit17ff53f665ad5de15ce7b073edd1b10b2b397b05 (patch)
treec2d36e316ec0072deb5868e5fbed0057810c68e7 /src/corelib/global/qnamespace.qdoc
parent6594e39808aecde42c1310f1ad800ffa4d7f0768 (diff)
downloadQt-17ff53f665ad5de15ce7b073edd1b10b2b397b05.zip
Qt-17ff53f665ad5de15ce7b073edd1b10b2b397b05.tar.gz
Qt-17ff53f665ad5de15ce7b073edd1b10b2b397b05.tar.bz2
Doc: Made Qt::TextLongestVariant internal again.
This undoes change 43e6ec9f01693044f7bc1. This enum value is internal and not generally supported by Qt. Reviewed-by: Olivier Goffart
Diffstat (limited to 'src/corelib/global/qnamespace.qdoc')
-rw-r--r--src/corelib/global/qnamespace.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index 1c41eca..73f28d6 100644
--- a/src/corelib/global/qnamespace.qdoc
+++ b/src/corelib/global/qnamespace.qdoc
@@ -470,9 +470,9 @@
text; otherwise this width is excluded.
\value TextIncludeTrailingSpaces Same as IncludeTrailingSpaces
\value TextJustificationForced Ensures that text lines are justified.
- \value TextLongestVariant Ensures that the longest variant is always used
- when computing the size of a multi-variant string.
+ \omitvalue TextLongestVariant Ensures that the longest variant is always used
+ when computing the size of a multi-variant string. (Internal)
\omitvalue TextBypassShaping
\omitvalue BreakAnywhere
\omitvalue DontClip