qt5base-lts/tests/auto/corelib/io/qdir
Marc Mutz 25fff849e8 QDirIterator: add nextFileInfo()
Before this change, next() was the only way to advance the iterator,
whether the caller was ultimately interested in just the filePath()
(good) or not (bad luck, had to call .fileInfo()).

Add a new function, nextFileInfo(), with returns fileInfo() instead.
Incidentally, the returned object has already been constructed as part
of advance()ing the iterator, so the new function is faster than
next() even if the result is ignored, because we're not calculating a
QString result the caller may not be interested in.

Use the new function around the code.

Fix a couple of cases of next(); fileInfo().filePath() (just use
next()'s return value) as a drive-by.

[ChangeLog][QtCore][QDirIterator] Added nextFileInfo(), which is like
next(), but returns fileInfo() instead of filePath().

Change-Id: I601220575961169b44139fc55b9eae6c3197afb4
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2021-07-28 15:16:42 +02:00
..
entrylist
resources/entryList
searchdir
testData
testdir CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
types
.gitignore
android_testdata.qrc
CMakeLists.txt CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
Info.plist Remove CFBundleGetInfoString from Info.plist templates 2019-10-04 13:09:34 +00:00
qdir.qrc
tst_qdir.cpp QDirIterator: add nextFileInfo() 2021-07-28 15:16:42 +02:00