summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintengineex.cpp
diff options
context:
space:
mode:
authorTrond Kjernåsen <trond@trolltech.com>2010-03-09 11:26:51 (GMT)
committerTrond Kjernåsen <trond@trolltech.com>2010-03-09 11:28:12 (GMT)
commitbb966fe9dd8be25530da5a66727c7fe2123fafbb (patch)
treefccb9341ddc51d53b4b3dcd06e35c09420964bd1 /src/gui/painting/qpaintengineex.cpp
parent3b58b103bfa2e2b9bb12a042cbba36fb0a1baf9f (diff)
downloadQt-bb966fe9dd8be25530da5a66727c7fe2123fafbb.zip
Qt-bb966fe9dd8be25530da5a66727c7fe2123fafbb.tar.gz
Qt-bb966fe9dd8be25530da5a66727c7fe2123fafbb.tar.bz2
Renamed QPainter::Fragment/Hint -> QPainter::PixmapFragment/Hint
Reviewed-by: Kim
Diffstat (limited to 'src/gui/painting/qpaintengineex.cpp')
-rw-r--r--src/gui/painting/qpaintengineex.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/painting/qpaintengineex.cpp b/src/gui/painting/qpaintengineex.cpp
index 98762f0..1fd622d 100644
--- a/src/gui/painting/qpaintengineex.cpp
+++ b/src/gui/painting/qpaintengineex.cpp
@@ -970,8 +970,8 @@ void QPaintEngineEx::drawTiledPixmap(const QRectF &r, const QPixmap &pixmap, con
fill(path, brush);
}
-void QPaintEngineEx::drawPixmapFragments(const QPainter::Fragment *fragments, int fragmentCount,
- const QPixmap &pixmap, QPainter::FragmentHints /*hints*/)
+void QPaintEngineEx::drawPixmapFragments(const QPainter::PixmapFragment *fragments, int fragmentCount,
+ const QPixmap &pixmap, QPainter::PixmapFragmentHints /*hints*/)
{
qreal oldOpacity = state()->opacity;
QTransform oldTransform = state()->matrix;