qt5base-lts/tests/auto/corelib/io/qabstractfileengine
Shane Kearns d71ccb9c13 Fix BC break with QAbstractFileEngine "mount points"
File system cached metadata can't be trusted when custom file engines
are in use, because the custom file engine may want to override the
metadata. (e.g. present an archive file as a directory)

Therefore, check if a file engine should be instantiated for each
result in QDirIterator. This is a fast check if no custom file engines
are registered.
When pushing a directory (using QDirIterator::SubDirectories) the
file engine needs to be instantiated also.

Task-number: QTBUG-23688
Task-number: ou1cimx1#965023
Change-Id: I0114c8df6258535553783a2486131c4194926649
Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
(cherry picked from 3864ad09d578210b52e5f58fca2ee8a1144f5be2)
2012-01-29 15:22:19 +01:00
..
resources Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
qabstractfileengine.pro Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
qabstractfileengine.qrc Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
tst_qabstractfileengine.cpp Fix BC break with QAbstractFileEngine "mount points" 2012-01-29 15:22:19 +01:00