From 71f2dc1dd4ef9ea25851ba745758f4e598c90511 Mon Sep 17 00:00:00 2001 From: Thierry Bastian Date: Mon, 11 May 2009 15:23:25 +0200 Subject: compilation fix for Linux --- src/gui/painting/qstroker_p.h | 4 ++-- 1 file 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); -- cgit v0.12