summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2009-07-24 02:51:31 (GMT)
committerRhys Weatherley <rhys.weatherley@nokia.com>2009-07-24 02:51:31 (GMT)
commit610aa1737a206fe97628a3375a543400ea0761fa (patch)
treea1f1880feb2c868b6a30f6302a5b873badaf2b24 /src/gui/graphicsview
parent940b5bf333d6022fe5d3a037d6b1d74c6b9fe36e (diff)
downloadQt-610aa1737a206fe97628a3375a543400ea0761fa.zip
Qt-610aa1737a206fe97628a3375a543400ea0761fa.tar.gz
Qt-610aa1737a206fe97628a3375a543400ea0761fa.tar.bz2
Update QGraphicsShaderEffect to match new API
Diffstat (limited to 'src/gui/graphicsview')
-rw-r--r--src/gui/graphicsview/qgraphicseffect_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/graphicsview/qgraphicseffect_p.h b/src/gui/graphicsview/qgraphicseffect_p.h
index 9204789..37bcfdf 100644
--- a/src/gui/graphicsview/qgraphicseffect_p.h
+++ b/src/gui/graphicsview/qgraphicseffect_p.h
@@ -61,7 +61,7 @@
QT_BEGIN_NAMESPACE
-class QGraphicsEffectSource
+class Q_GUI_EXPORT QGraphicsEffectSource
{
public:
QGraphicsEffectSource() {}
@@ -72,7 +72,7 @@ public:
virtual bool drawIntoPixmap(QPixmap *, const QTransform & = QTransform()) = 0;
};
-class QGraphicsEffectPrivate : public QObjectPrivate
+class Q_GUI_EXPORT QGraphicsEffectPrivate : public QObjectPrivate
{
Q_DECLARE_PUBLIC(QGraphicsEffect)
public: