src/gui/image/qbitmap.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    84     bitmap constructed from the given \c uchar data, and the static
    84     bitmap constructed from the given \c uchar data, and the static
    85     fromImage() function returning a converted copy of a QImage
    85     fromImage() function returning a converted copy of a QImage
    86     object.
    86     object.
    87 
    87 
    88     Just like the QPixmap class, QBitmap is optimized by the use of
    88     Just like the QPixmap class, QBitmap is optimized by the use of
    89     implicit data sharing. For more information, see the {Implicit
    89     implicit data sharing. For more information, see the \l {Implicit
    90     Data Sharing} documentation.
    90     Data Sharing} documentation.
    91 
    91 
    92     \sa  QPixmap, QImage, QImageReader, QImageWriter
    92     \sa  QPixmap, QImage, QImageReader, QImageWriter
    93 */
    93 */
    94 
    94