diff options
author | Samuel Rødal <sroedal@trolltech.com> | 2009-10-09 13:04:05 (GMT) |
---|---|---|
committer | Samuel Rødal <sroedal@trolltech.com> | 2009-10-12 15:11:25 (GMT) |
commit | 96bf551ec168e9b0d1a7c0892c4f809149c6ec51 (patch) | |
tree | c4fab2c555dff39e5a88990f7d0d833a56d64af7 /src/gui/image/qpixmap.cpp | |
parent | 7b61fbf03e170a7da37d5f57ed4053aae719ec7f (diff) | |
download | Qt-96bf551ec168e9b0d1a7c0892c4f809149c6ec51.zip Qt-96bf551ec168e9b0d1a7c0892c4f809149c6ec51.tar.gz Qt-96bf551ec168e9b0d1a7c0892c4f809149c6ec51.tar.bz2 |
Fixed documentation of QPixmap::x11Info() to not talk about widgets.
Reviewed-by: Trond
Diffstat (limited to 'src/gui/image/qpixmap.cpp')
-rw-r--r-- | src/gui/image/qpixmap.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/image/qpixmap.cpp b/src/gui/image/qpixmap.cpp index 8133cc0..5c8a1f9 100644 --- a/src/gui/image/qpixmap.cpp +++ b/src/gui/image/qpixmap.cpp @@ -1673,10 +1673,10 @@ QPixmap QPixmap::transformed(const QMatrix &matrix, Qt::TransformationMode mode) identifies the contents of the QPixmap object. The x11Info() function returns information about the configuration - of the X display used to display the widget. 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. + 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 @@ -2094,7 +2094,7 @@ QPixmapData* QPixmap::pixmapData() const /*! \fn const QX11Info &QPixmap::x11Info() const \bold{X11 only:} Returns information about the configuration of - the X display used to display the widget. + the X display used by the screen to which the pixmap currently belongs. \warning This function is only available on X11. |