diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2009-05-11 13:23:25 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2009-05-11 13:23:40 (GMT) |
commit | 71f2dc1dd4ef9ea25851ba745758f4e598c90511 (patch) | |
tree | 8e85936a2d4e0eacb6d289a8ec5270a2d7da39c1 | |
parent | 38809e24a48f6c4b148cd730a8d5d52a7525e5bd (diff) | |
download | Qt-71f2dc1dd4ef9ea25851ba745758f4e598c90511.zip Qt-71f2dc1dd4ef9ea25851ba745758f4e598c90511.tar.gz Qt-71f2dc1dd4ef9ea25851ba745758f4e598c90511.tar.bz2 |
compilation fix for Linux
-rw-r--r-- | src/gui/painting/qstroker_p.h | 4 |
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); |