diff options
author | Anders Bakken <anders.bakken@nokia.com> | 2009-03-31 17:40:34 (GMT) |
---|---|---|
committer | Anders Bakken <anders.bakken@nokia.com> | 2009-03-31 17:41:29 (GMT) |
commit | 4d878fe43bef5ff6387c3bb73587315efa21424d (patch) | |
tree | a65427c4943b3eaac412b771c783dbab63cd8f02 | |
parent | c2417c61aeda9de8a8e4c876ea42d6076d4078b0 (diff) | |
download | Qt-4d878fe43bef5ff6387c3bb73587315efa21424d.zip Qt-4d878fe43bef5ff6387c3bb73587315efa21424d.tar.gz Qt-4d878fe43bef5ff6387c3bb73587315efa21424d.tar.bz2 |
Compile
I messed up the cherry-pick merge and left one of these in.
Reviewed-by: TrustMe
-rw-r--r-- | src/plugins/gfxdrivers/directfb/qdirectfbpaintengine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/gfxdrivers/directfb/qdirectfbpaintengine.cpp b/src/plugins/gfxdrivers/directfb/qdirectfbpaintengine.cpp index b8354d9..3b6ea80 100644 --- a/src/plugins/gfxdrivers/directfb/qdirectfbpaintengine.cpp +++ b/src/plugins/gfxdrivers/directfb/qdirectfbpaintengine.cpp @@ -664,7 +664,6 @@ void QDirectFBPaintEnginePrivate::drawTiledPixmap(const QRectF &dest, QDirectFBPixmapData *dfbData = static_cast<QDirectFBPixmapData*>(data); IDirectFBSurface *s = dfbData->directFBSurface(); const QRect dr = transform.mapRect(dest).toRect(); - const QRect dr = ::mapRect(transform, dest); DFBResult result = DFB_OK; if (!matrixScale && dr == QRect(0, 0, fbWidth, fbHeight)) { |