summaryrefslogtreecommitdiff
path: root/src/svg
diff options
context:
space:
mode:
authorIain <qt-info@nokia.com>2010-04-15 16:19:50 +0200
committerIain <qt-info@nokia.com>2010-04-15 16:45:41 +0200
commita7ded5708ce81a37404cc0db8de84521c2aa693d (patch)
treebf99ed888c40c2bee5dafc5d2777f6cba5b0d1d2 /src/svg
parent3fdf7e7a120b72819c5a0997ddb65951d4889813 (diff)
downloadqt4-tools-a7ded5708ce81a37404cc0db8de84521c2aa693d.tar.gz
Symbol visibility fixes for RVCT4 on Symbian
RVCT 4 is far more strict with regards to symbol visiblity that RVCT 2.2, and will hide symbols unless all references have default visibility in the object files. Update the various places in Qt code where the symbol visibility was set incorrectly for DLL-based platforms (those that use __declspec(dllimport) and (dllexport). Note: QtWebkit and QtScript are fixed in different commits. Task-number: QTBUG-9903 Reviewed-by: Jason Barron
Diffstat (limited to 'src/svg')
-rw-r--r--src/svg/qsvghandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svg/qsvghandler.cpp b/src/svg/qsvghandler.cpp
index 926b04dbc7..4cc8f4155f 100644
--- a/src/svg/qsvghandler.cpp
+++ b/src/svg/qsvghandler.cpp
@@ -74,7 +74,7 @@ QT_BEGIN_NAMESPACE
static const char *qt_inherit_text = "inherit";
#define QT_INHERIT QLatin1String(qt_inherit_text)
-double qstrtod(const char *s00, char const **se, bool *ok);
+Q_DECL_IMPORT double qstrtod(const char *s00, char const **se, bool *ok);
// ======== duplicated from qcolor_p