Changeset 846 for trunk/src/corelib/io/qabstractfileengine.cpp
- Timestamp:
- May 5, 2011, 5:36:53 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/corelib/io/qabstractfileengine.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/corelib/io/qabstractfileengine.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 819 819 stringlist of name filters, and filters() to get the entry filters. 820 820 821 The pure vir ual function hasNext() returns true if the current directory821 The pure virual function hasNext() returns true if the current directory 822 822 has at least one more entry (i.e., the directory name is valid and 823 823 accessible, and we have not reached the end of the entry list), and false … … 829 829 current entry. 830 830 831 Here is an example of how to implement an i nterator that returns each of831 Here is an example of how to implement an iterator that returns each of 832 832 three fixed entries in sequence. 833 833 … … 960 960 The virtual function returns a QFileInfo for the current directory 961 961 entry. This function is provided for convenience. It can also be slightly 962 faster tha tcreating a QFileInfo object yourself, as the object returned962 faster tha creating a QFileInfo object yourself, as the object returned 963 963 by this function might contain cached information that QFileInfo otherwise 964 964 would have to access through the file engine.
Note:
See TracChangeset
for help on using the changeset viewer.
