diff options
author | David Boddie <david.boddie@nokia.com> | 2010-10-14 15:57:34 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-10-14 15:57:34 (GMT) |
commit | 17ff53f665ad5de15ce7b073edd1b10b2b397b05 (patch) | |
tree | c2d36e316ec0072deb5868e5fbed0057810c68e7 | |
parent | 6594e39808aecde42c1310f1ad800ffa4d7f0768 (diff) | |
download | Qt-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
-rw-r--r-- | src/corelib/global/qnamespace.qdoc | 4 |
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 |