Changeset 769 for trunk/tools/assistant/lib/qhelpdbreader.cpp
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/tools/assistant/lib/qhelpdbreader.cpp
r651 r769 516 516 { 517 517 QString str; 518 foreach ( QStrings, list)518 foreach (s, list) 519 519 str.append(QLatin1Char('\'') + quote(s) + QLatin1String("\', ")); 520 520 if (str.endsWith(QLatin1String(", "))) … … 568 568 bool needUpdate = !m_viewAttributes.count(); 569 569 570 foreach ( QStrings, attributes)570 foreach (s, attributes) 571 571 m_viewAttributes.remove(s); 572 572 … … 575 575 m_indicesCache = indexIds; 576 576 } 577 foreach ( QStrings, attributes)577 foreach (s, attributes) 578 578 m_viewAttributes.insert(s); 579 579 m_useAttributesCache = true;
Note:
See TracChangeset
for help on using the changeset viewer.