OSDN Git Service

remove documentation for enums that are were deprecated and removed
authorIvailo Monev <xakepa10@gmail.com>
Tue, 11 Aug 2020 13:08:28 +0000 (16:08 +0300)
committerIvailo Monev <xakepa10@gmail.com>
Tue, 11 Aug 2020 13:08:28 +0000 (16:08 +0300)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
src/core/global/qnamespace.qdoc

index d55c645..5393858 100644 (file)
@@ -61,7 +61,6 @@
     \value AlignRight Aligns with the right edge.
     \value AlignHCenter Centers horizontally in the available space.
     \value AlignJustify Justifies the text in the available space.
-    \omitvalue AlignAuto
 
     The vertical flags are:
 
     \value RadialGradientPattern  Radial gradient (set using a dedicated QBrush constructor).
     \value TexturePattern  Custom pattern (see QBrush::setTexture()).
 
-    \omitvalue CustomPattern
-
     \sa QBrush
 */
 
     \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
-    \omitvalue DontPrint
-    \omitvalue ExpandTabs
-    \omitvalue IncludeTrailingSpaces
-    \omitvalue NoAccel
-    \omitvalue ShowPrefix
-    \omitvalue SingleLine
-    \omitvalue WordBreak
     \omitvalue TextForceLeftToRight
     \omitvalue TextForceRightToLeft
 
     \value ThresholdAlphaDither (default) - No dithering.
     \value OrderedAlphaDither A faster, more ordered dither.
     \value DiffuseAlphaDither A high-quality dither.
-    \omitvalue NoAlpha
 
     Color matching versus dithering preference:
 
                                        outside a given rectangle,
                                        preserving the aspect ratio.
 
-    \omitvalue ScaleFree
-    \omitvalue ScaleMin
-    \omitvalue ScaleMax
-
     \sa QSize::scale(), QImage::scaled()
 */
 
 
     \value DescendingOrder The items are sorted descending e.g. starts with
     'ZZZ' ends with 'AAA' in Latin-1 locales
-
-    \omitvalue Ascending
-    \omitvalue Descending
 */
 
 /*!
     \value BitmapCursor
     \omitvalue LastCursor
     \omitvalue CustomCursor
-
-    \omitvalue arrowCursor
-    \omitvalue upArrowCursor
-    \omitvalue crossCursor
-    \omitvalue waitCursor
-    \omitvalue ibeamCursor
-    \omitvalue sizeVerCursor
-    \omitvalue sizeHorCursor
-    \omitvalue sizeBDiagCursor
-    \omitvalue sizeFDiagCursor
-    \omitvalue sizeAllCursor
-    \omitvalue blankCursor
-    \omitvalue splitVCursor
-    \omitvalue splitHCursor
-    \omitvalue pointingHandCursor
-    \omitvalue forbiddenCursor
-    \omitvalue whatsThisCursor
 */
 
 /*!