summaryrefslogtreecommitdiffstats
path: root/src/plugins/gfxdrivers/directfb/qdirectfbpixmap.cpp
diff options
context:
space:
mode:
authorAnders Bakken <anders.bakken@nokia.com>2009-04-09 16:32:57 (GMT)
committerAnders Bakken <anders.bakken@nokia.com>2009-04-09 16:32:57 (GMT)
commit405f78f8e1ef68ebce2abd790820438c9e420755 (patch)
treecd8477a9acbdff6e07b9fdcc46e1e26c1c0305ab /src/plugins/gfxdrivers/directfb/qdirectfbpixmap.cpp
parentf1152c539845b4a52f22c8f2c978c684b442f4be (diff)
downloadQt-405f78f8e1ef68ebce2abd790820438c9e420755.zip
Qt-405f78f8e1ef68ebce2abd790820438c9e420755.tar.gz
Qt-405f78f8e1ef68ebce2abd790820438c9e420755.tar.bz2
Inline hasAlphaChannel and add pixelFormat getter
Reviewed-by: TrustMe
Diffstat (limited to 'src/plugins/gfxdrivers/directfb/qdirectfbpixmap.cpp')
-rw-r--r--src/plugins/gfxdrivers/directfb/qdirectfbpixmap.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/gfxdrivers/directfb/qdirectfbpixmap.cpp b/src/plugins/gfxdrivers/directfb/qdirectfbpixmap.cpp
index a4e235b..0a1696a 100644
--- a/src/plugins/gfxdrivers/directfb/qdirectfbpixmap.cpp
+++ b/src/plugins/gfxdrivers/directfb/qdirectfbpixmap.cpp
@@ -283,11 +283,6 @@ void QDirectFBPixmapData::fill(const QColor &color)
}
}
-bool QDirectFBPixmapData::hasAlphaChannel() const
-{
- return alpha;
-}
-
QPixmap QDirectFBPixmapData::transformed(const QTransform &transform,
Qt::TransformationMode mode) const
{