Remove x11Info() and x11PictureHandle() from QPixmap docs

These functions were removed in Qt 5.

Also removed old note about X11 QPixmap being invalid after
QApplication is destroyed. It was redundant as that's the case
with many other Qt classes.

Change-Id: I9dfe2679057fbd4d7b69ca94affb673c383cf519
Reviewed-by: Christian Ehrlicher <ch.ehrlicher@gmx.de>
Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
This commit is contained in:
Sergio Martins 2018-12-09 17:26:07 +00:00 committed by Sérgio Martins
parent 911fd6f2f7
commit 9c2cb3d83e

View File

@ -1356,12 +1356,6 @@ QPixmap QPixmap::transformed(const QMatrix &matrix, Qt::TransformationMode mode)
The cacheKey() function returns a number that uniquely
identifies the contents of the QPixmap object.
The x11Info() function returns information about the configuration
of the X display used by the screen to which the pixmap currently
belongs. The x11PictureHandle() function returns the X11 Picture
handle of the pixmap for XRender support. Note that the two latter
functions are only available on x11.
\endtable
\section1 Pixmap Conversion
@ -1392,9 +1386,6 @@ QPixmap QPixmap::transformed(const QMatrix &matrix, Qt::TransformationMode mode)
function returns the actual matrix used for transforming the
pixmap.
\note When using the native X11 graphics system, the pixmap
becomes invalid when the QApplication instance is destroyed.
\sa QBitmap, QImage, QImageReader, QImageWriter
*/