From bc0a0281d535079745ed1544a063571b86ca718e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20R=C3=B8dal?= Date: Tue, 12 Jul 2011 09:49:12 +0200 Subject: Get rid of some obsolete functions in QImage / QPixmap / QPixmapData. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0d2412c9196475b926a17de9fcc3281f6625fae0 Reviewed-on: http://codereview.qt.nokia.com/1733 Reviewed-by: Qt Sanity Bot Reviewed-by: Olivier Goffart Reviewed-by: Jørgen Lind --- src/gui/image/qpixmap_raster_p.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gui/image/qpixmap_raster_p.h') diff --git a/src/gui/image/qpixmap_raster_p.h b/src/gui/image/qpixmap_raster_p.h index decbd10b5f..e8d1b39b17 100644 --- a/src/gui/image/qpixmap_raster_p.h +++ b/src/gui/image/qpixmap_raster_p.h @@ -79,9 +79,7 @@ public: void copy(const QPixmapData *data, const QRect &rect); bool scroll(int dx, int dy, const QRect &rect); void fill(const QColor &color); - void setMask(const QBitmap &mask); bool hasAlphaChannel() const; - void setAlphaChannel(const QPixmap &alphaChannel); QImage toImage() const; QImage toImage(const QRect &rect) const; QPaintEngine* paintEngine() const; -- cgit v1.2.3