summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAnders Bakken <anders.bakken@nokia.com>2009-06-22 03:04:26 (GMT)
committerAnders Bakken <anders.bakken@nokia.com>2009-06-22 03:07:01 (GMT)
commit2010c0390b34c18d9cef8a793a37ea185571fc53 (patch)
tree303b3314474bfe7938dcf2cae43c8f2c908b7bba /src
parent5ccd3ad8847a169566805ac1f080ec4bbb3a33c4 (diff)
downloadQt-2010c0390b34c18d9cef8a793a37ea185571fc53.zip
Qt-2010c0390b34c18d9cef8a793a37ea185571fc53.tar.gz
Qt-2010c0390b34c18d9cef8a793a37ea185571fc53.tar.bz2
QStroker needs to be exported.
It's a member in QRasterPaintEngine which is subclassed by QDirectFBPaintEngine which lives in a plugin. Partial revert of 48257d751a76699e548e59b76fc79303ef328375 Reviewed-by: TrustMe
Diffstat (limited to 'src')
-rw-r--r--src/gui/painting/qstroker_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/painting/qstroker_p.h b/src/gui/painting/qstroker_p.h
index f94c353..30c22b2 100644
--- a/src/gui/painting/qstroker_p.h
+++ b/src/gui/painting/qstroker_p.h
@@ -179,7 +179,7 @@ private:
};
-class QStroker : public QStrokerOps
+class Q_GUI_EXPORT QStroker : public QStrokerOps
{
public: