summaryrefslogtreecommitdiffstats
path: root/src/openvg/qpaintengine_vg.cpp
diff options
context:
space:
mode:
authorSami Merila <sami.merila@nokia.com>2011-05-12 07:27:03 (GMT)
committerSami Merila <sami.merila@nokia.com>2011-05-12 07:27:03 (GMT)
commit87b50f0b3615e6c14df8282cbc3ecb2ab03a9b9e (patch)
treef8dcf9bf49cb709cec1140e7eb8e3285e34850c4 /src/openvg/qpaintengine_vg.cpp
parent3b1c4fa9a4822f50a4bb66cfb0c8e1445ea22e6b (diff)
downloadQt-87b50f0b3615e6c14df8282cbc3ecb2ab03a9b9e.zip
Qt-87b50f0b3615e6c14df8282cbc3ecb2ab03a9b9e.tar.gz
Qt-87b50f0b3615e6c14df8282cbc3ecb2ab03a9b9e.tar.bz2
Symbian build failure for Armv5
1. Changed externs to Q_GUI_EXPORTs 2. ABSENTed missing exports from openGL's DEF-file Reviewed-by: Tomi Vihria
Diffstat (limited to 'src/openvg/qpaintengine_vg.cpp')
-rw-r--r--src/openvg/qpaintengine_vg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openvg/qpaintengine_vg.cpp b/src/openvg/qpaintengine_vg.cpp
index 68a6a0b..70e26fb 100644
--- a/src/openvg/qpaintengine_vg.cpp
+++ b/src/openvg/qpaintengine_vg.cpp
@@ -280,7 +280,7 @@ public:
inline bool needsEmulation(const QBrush &brush) const
{
- extern bool qt_isExtendedRadialGradient(const QBrush &brush);
+ Q_GUI_EXPORT bool qt_isExtendedRadialGradient(const QBrush &brush);
return qt_isExtendedRadialGradient(brush);
}
@@ -1579,7 +1579,7 @@ void QVGPaintEngine::draw(const QVectorPath &path)
vgDestroyPath(vgpath);
}
-extern QPainterPath qt_painterPathFromVectorPath(const QVectorPath &path);
+Q_GUI_EXPORT QPainterPath qt_painterPathFromVectorPath(const QVectorPath &path);
void QVGPaintEngine::fill(const QVectorPath &path, const QBrush &brush)
{