Changeset 846 for trunk/src/gui/painting/qoutlinemapper_p.h
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/painting/qoutlinemapper_p.h
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 88 88 { 89 89 public: 90 QOutlineMapper() 91 : m_round_coords(false) 90 QOutlineMapper() : 91 m_element_types(0), 92 m_elements(0), 93 m_elements_dev(0), 94 m_points(0), 95 m_tags(0), 96 m_contours(0), 97 m_polygon_dev(0), 98 m_in_clip_elements(false), 99 m_round_coords(false) 92 100 { 93 101 } … … 229 237 230 238 bool m_valid; 239 bool m_in_clip_elements; 231 240 232 241 private:
Note:
See TracChangeset
for help on using the changeset viewer.