From 22a6540326ad5c97babde53ea70f291e38e65f2d Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Thu, 5 May 2011 09:55:00 +0200 Subject: 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. --- src/gui/painting/qpaintengineex_p.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/painting/qpaintengineex_p.h') 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" -- cgit v1.2.3