Changeset 769 for trunk/src/svg
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/svg/qgraphicssvgitem.cpp
r651 r769 268 268 /*! 269 269 \property QGraphicsSvgItem::maximumCacheSize 270 \since 4.6 270 271 271 272 This property holds the maximum size of the device coordinate cache … … 313 314 /*! 314 315 \property QGraphicsSvgItem::elementId 315 316 \since 4.6 317 316 318 This property holds the element's XML ID. 317 319 */ -
trunk/src/svg/qsvghandler.cpp
r651 r769 75 75 #define QT_INHERIT QLatin1String(qt_inherit_text) 76 76 77 double qstrtod(const char *s00, char const **se, bool *ok);77 Q_DECL_IMPORT double qstrtod(const char *s00, char const **se, bool *ok); 78 78 79 79 // ======== duplicated from qcolor_p
Note:
See TracChangeset
for help on using the changeset viewer.