Ignore:
Timestamp:
Aug 2, 2010, 5:05:06 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

vendor: Merged in qt-everywhere-opensource-src-4.6.3 from Nokia.

Location:
branches/vendor/nokia/qt/current/src/svg
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/vendor/nokia/qt/current/src/svg/qgraphicssvgitem.cpp

    r649 r767  
    268268/*!
    269269  \property QGraphicsSvgItem::maximumCacheSize
     270
    270271
    271272  This property holds the maximum size of the device coordinate cache
     
    313314/*!
    314315  \property QGraphicsSvgItem::elementId
    315 
     316  \since 4.6
     317 
    316318  This property holds the element's XML ID.
    317319 */
  • branches/vendor/nokia/qt/current/src/svg/qsvghandler.cpp

    r649 r767  
    7575#define QT_INHERIT QLatin1String(qt_inherit_text)
    7676
    77 double qstrtod(const char *s00, char const **se, bool *ok);
     77double qstrtod(const char *s00, char const **se, bool *ok);
    7878
    7979// ======== duplicated from qcolor_p
Note: See TracChangeset for help on using the changeset viewer.