summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-05-11 13:23:25 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-05-11 13:23:40 (GMT)
commit71f2dc1dd4ef9ea25851ba745758f4e598c90511 (patch)
tree8e85936a2d4e0eacb6d289a8ec5270a2d7da39c1 /src
parent38809e24a48f6c4b148cd730a8d5d52a7525e5bd (diff)
downloadQt-71f2dc1dd4ef9ea25851ba745758f4e598c90511.zip
Qt-71f2dc1dd4ef9ea25851ba745758f4e598c90511.tar.gz
Qt-71f2dc1dd4ef9ea25851ba745758f4e598c90511.tar.bz2
compilation fix for Linux
Diffstat (limited to 'src')
-rw-r--r--src/gui/painting/qstroker_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/painting/qstroker_p.h b/src/gui/painting/qstroker_p.h
index a1c80ef..ca1f270 100644
--- a/src/gui/painting/qstroker_p.h
+++ b/src/gui/painting/qstroker_p.h
@@ -124,7 +124,7 @@ typedef void (*qStrokerCubicToHook)(qfixed c1x, qfixed c1y,
qfixed ex, qfixed ey,
void *data);
-class QStrokerOps
+class Q_GUI_EXPORT QStrokerOps
{
public:
struct Element {
@@ -240,7 +240,7 @@ protected:
qfixed m_back2Y;
};
-class QDashStroker : public QStrokerOps
+class Q_GUI_EXPORT QDashStroker : public QStrokerOps
{
public:
QDashStroker(QStroker *stroker);