Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/corelib/io/qabstractfileengine.cpp

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    819819    stringlist of name filters, and filters() to get the entry filters.
    820820
    821     The pure virual function hasNext() returns true if the current directory
     821    The pure virual function hasNext() returns true if the current directory
    822822    has at least one more entry (i.e., the directory name is valid and
    823823    accessible, and we have not reached the end of the entry list), and false
     
    829829    current entry.
    830830
    831     Here is an example of how to implement an interator that returns each of
     831    Here is an example of how to implement an iterator that returns each of
    832832    three fixed entries in sequence.
    833833
     
    960960    The virtual function returns a QFileInfo for the current directory
    961961    entry. This function is provided for convenience. It can also be slightly
    962     faster that creating a QFileInfo object yourself, as the object returned
     962    faster tha creating a QFileInfo object yourself, as the object returned
    963963    by this function might contain cached information that QFileInfo otherwise
    964964    would have to access through the file engine.
Note: See TracChangeset for help on using the changeset viewer.