Changeset 232 in pacpusframework
- Timestamp:
- Nov 27, 2013, 1:44:29 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/PacpusLib/ComponentManager.cpp
r231 r232 26 26 { 27 27 typedef QList<_ListElem> ListType; 28 for (typename ListType::const_iterator it = list. cbegin(), itend = list.cend(); it != itend; ++it) {28 for (typename ListType::const_iterator it = list.begin(), itend = list.end(); it != itend; ++it) { 29 29 os << *it << "\n"; 30 30 }
Note:
See TracChangeset
for help on using the changeset viewer.