Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/tools/assistant/lib/qhelpdbreader.cpp

    r651 r769  
    516516{
    517517    QString str;
    518     foreach (QString s, list)
     518    foreach (s, list)
    519519        str.append(QLatin1Char('\'') + quote(s) + QLatin1String("\', "));
    520520    if (str.endsWith(QLatin1String(", ")))
     
    568568    bool needUpdate = !m_viewAttributes.count();
    569569
    570     foreach (QString s, attributes)
     570    foreach (s, attributes)
    571571        m_viewAttributes.remove(s);
    572572
     
    575575        m_indicesCache = indexIds;       
    576576    }
    577     foreach (QString s, attributes)
     577    foreach (s, attributes)
    578578        m_viewAttributes.insert(s);
    579579    m_useAttributesCache = true;
Note: See TracChangeset for help on using the changeset viewer.