summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-05-05 09:55:00 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-05-05 09:57:00 +0200
commit22a6540326ad5c97babde53ea70f291e38e65f2d (patch)
tree4c6594c4acaeb677d838cfadc2074a5236d5bdf1 /src/gui/painting
parent4ece3fc24e4a2855cfb75a5da0dc2197a87092cd (diff)
QPixmapFilter will live in QtWidgets
The class is only used for QGraphicsEffect. When merging QtOpenGL into Gui and Widgets, the GL nased pixmap filters will also need to be moved into effects/ and the pixmapFilter() method in QPaintEngineEx can get removed.
Diffstat (limited to 'src/gui/painting')
-rw-r--r--src/gui/painting/qpaintengineex_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/painting/qpaintengineex_p.h b/src/gui/painting/qpaintengineex_p.h
index d5bef1ef17..da469936fc 100644
--- a/src/gui/painting/qpaintengineex_p.h
+++ b/src/gui/painting/qpaintengineex_p.h
@@ -212,6 +212,7 @@ public:
virtual void beginNativePainting() {}
virtual void endNativePainting() {}
+ // ### Qt5: remove, once QtOpenGL is merged into QtGui and QtWidgets
// Return a pixmap filter of "type" that can render the parameters
// in "prototype". The returned filter is owned by the engine and
// will be destroyed when the engine is destroyed. The "prototype"