Changeset 232 in pacpusframework for trunk/src/PacpusLib/ComponentManager.cpp


Ignore:
Timestamp:
11/27/13 13:44:29 (11 years ago)
Author:
Marek Kurdej
Message:

Fixed: Qt4 compilation on Linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/PacpusLib/ComponentManager.cpp

    r231 r232  
    2626{
    2727    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) {
    2929        os << *it << "\n";
    3030    }
Note: See TracChangeset for help on using the changeset viewer.