summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-05-11 10:52:42 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-05-11 11:33:52 (GMT)
commit48257d751a76699e548e59b76fc79303ef328375 (patch)
treecba19d06bda6350460a710efd641f17503aed906 /src/gui/painting
parent2aaa0cd24c4cf34c2c0e953ef77ef846a64cd11a (diff)
downloadQt-48257d751a76699e548e59b76fc79303ef328375.zip
Qt-48257d751a76699e548e59b76fc79303ef328375.tar.gz
Qt-48257d751a76699e548e59b76fc79303ef328375.tar.bz2
Almost 200 symbols that didn't need to be exported.
Diffstat (limited to 'src/gui/painting')
-rw-r--r--src/gui/painting/qpainterpath_p.h2
-rw-r--r--src/gui/painting/qstroker_p.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/painting/qpainterpath_p.h b/src/gui/painting/qpainterpath_p.h
index 29c48df..6fb439d 100644
--- a/src/gui/painting/qpainterpath_p.h
+++ b/src/gui/painting/qpainterpath_p.h
@@ -124,7 +124,7 @@ private:
Q_DISABLE_COPY(QVectorPathConverter)
};
-class Q_GUI_EXPORT QPainterPathData : public QPainterPathPrivate
+class QPainterPathData : public QPainterPathPrivate
{
public:
QPainterPathData() :
diff --git a/src/gui/painting/qstroker_p.h b/src/gui/painting/qstroker_p.h
index 72141aa..a1c80ef 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 Q_GUI_EXPORT QStrokerOps
+class QStrokerOps
{
public:
struct Element {
@@ -179,7 +179,7 @@ private:
};
-class Q_GUI_EXPORT QStroker : public QStrokerOps
+class QStroker : public QStrokerOps
{
public:
@@ -240,7 +240,7 @@ protected:
qfixed m_back2Y;
};
-class Q_GUI_EXPORT QDashStroker : public QStrokerOps
+class QDashStroker : public QStrokerOps
{
public:
QDashStroker(QStroker *stroker);