summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qrasterizer_p.h
diff options
context:
space:
mode:
authorAnders Bakken <anders.bakken@nokia.com>2009-09-04 10:05:58 -0700
committerAnders Bakken <anders.bakken@nokia.com>2009-09-04 13:25:48 -0700
commit39365d2a77c875cf13b287e3045c0309c8b01dea (patch)
tree22994a56ded51e6c7a081cfcc3a275e942e7e79a /src/gui/painting/qrasterizer_p.h
parentfd529383c4491580db344fb3d8035bd0ad3cb5e0 (diff)
Only export internal raster classes in QWS
QRasterizer, QClipData and QRasterBuffer only need to exported when QRasterPaintEnginePrivate is subclassed which only is the case for DirectFB. Reviewed-by: Noam Rosenthal <noam.rosenthal@nokia.com>
Diffstat (limited to 'src/gui/painting/qrasterizer_p.h')
-rw-r--r--src/gui/painting/qrasterizer_p.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gui/painting/qrasterizer_p.h b/src/gui/painting/qrasterizer_p.h
index 4cfdbbf8e3..059d772e4c 100644
--- a/src/gui/painting/qrasterizer_p.h
+++ b/src/gui/painting/qrasterizer_p.h
@@ -65,7 +65,11 @@ struct QSpanData;
class QRasterBuffer;
class QRasterizerPrivate;
-class Q_GUI_EXPORT QRasterizer
+class
+#ifdef Q_WS_QWS
+Q_GUI_EXPORT
+#endif
+QRasterizer
{
public:
QRasterizer();