src/svg/qsvghandler.cpp
changeset 37 758a864f9613
parent 30 5dc02b23752f
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
    72 QT_BEGIN_NAMESPACE
    72 QT_BEGIN_NAMESPACE
    73 
    73 
    74 static const char *qt_inherit_text = "inherit";
    74 static const char *qt_inherit_text = "inherit";
    75 #define QT_INHERIT QLatin1String(qt_inherit_text)
    75 #define QT_INHERIT QLatin1String(qt_inherit_text)
    76 
    76 
    77 Q_DECL_IMPORT double qstrtod(const char *s00, char const **se, bool *ok);
    77 Q_CORE_EXPORT double qstrtod(const char *s00, char const **se, bool *ok);
    78 
    78 
    79 // ======== duplicated from qcolor_p
    79 // ======== duplicated from qcolor_p
    80 
    80 
    81 static inline int qsvg_h2i(char hex)
    81 static inline int qsvg_h2i(char hex)
    82 {
    82 {