This should work:Originally Posted by zlatko
Qt Code:
for( int i = 0, GroupList::const_iterator itGr = gl_GroupList.constBegin(); itGr != gl_GroupList.constEnd(); ++i, ++itGr) { int m_nCurrKey = i; //... }To copy to clipboard, switch view to plain text mode




Reply With Quote

Bookmarks