Changeset 846 for trunk/tools/porting/src/codemodel.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/tools/porting/src/codemodel.h
r651 r846 2 2 ** 3 3 ** Copyright (C) 2001-2004 Roberto Raggi 4 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).4 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 5 5 ** All rights reserved. 6 6 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 97 97 public: 98 98 void add(CollectedType *collectedItem) 99 { insert(collectedItem->name(), collectedItem); }99 { this->insert(collectedItem->name(), collectedItem); } 100 100 }; 101 101
Note:
See TracChangeset
for help on using the changeset viewer.