Changeset 767 for branches/vendor/nokia/qt/current/src/svg
- Timestamp:
- Aug 2, 2010, 5:05:06 PM (15 years ago)
- Location:
- branches/vendor/nokia/qt/current/src/svg
- Files:
-
- 2 edited
-
qgraphicssvgitem.cpp (modified) (2 diffs)
-
qsvghandler.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/vendor/nokia/qt/current/src/svg/qgraphicssvgitem.cpp
r649 r767 268 268 /*! 269 269 \property QGraphicsSvgItem::maximumCacheSize 270 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 */ -
branches/vendor/nokia/qt/current/src/svg/qsvghandler.cpp
r649 r767 75 75 #define QT_INHERIT QLatin1String(qt_inherit_text) 76 76 77 double qstrtod(const char *s00, char const **se, bool *ok);77 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.
