diff options
author | Samuel Rødal <sroedal@trolltech.com> | 2009-10-13 15:01:54 (GMT) |
---|---|---|
committer | Samuel Rødal <sroedal@trolltech.com> | 2009-10-14 11:45:59 (GMT) |
commit | d310f7c710ecb331a9689861f0551eabd38e946e (patch) | |
tree | 66d83a8aea452f8e42b449936e4787fe4c45d7c4 /src/gui/image/qpixmap_mac_p.h | |
parent | 997dbe14d8bd4f370a7c972b594b5bc12e80f027 (diff) | |
download | Qt-d310f7c710ecb331a9689861f0551eabd38e946e.zip Qt-d310f7c710ecb331a9689861f0551eabd38e946e.tar.gz Qt-d310f7c710ecb331a9689861f0551eabd38e946e.tar.bz2 |
Added QPixmapData::createCompatiblePixmapData() used by QPixmap::copy().
QPixmap::copy() now returns a pixmap with the same pixmap backend.
Reviewed-by: Gunnar Sletta
Diffstat (limited to 'src/gui/image/qpixmap_mac_p.h')
-rw-r--r-- | src/gui/image/qpixmap_mac_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/image/qpixmap_mac_p.h b/src/gui/image/qpixmap_mac_p.h index 528dd1f..a3fb95f 100644 --- a/src/gui/image/qpixmap_mac_p.h +++ b/src/gui/image/qpixmap_mac_p.h @@ -65,6 +65,8 @@ public: QMacPixmapData(PixelType type); ~QMacPixmapData(); + QPixmapData *createCompatiblePixmapData() const; + void resize(int width, int height); void fromImage(const QImage &image, Qt::ImageConversionFlags flags); void copy(const QPixmapData *data, const QRect &rect); |