hoffmannrobert created this revision. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. hoffmannrobert requested review of this revision.
REVISION SUMMARY This adds a KFileItem constructor for passing a boolean skipStat. If true, KFileItemPrivate::init(), KFileItem::determineMimeType() and KFileItem::currentMimeType() won't call QT_LSTAT or read the file. See https://phabricator.kde.org/D19784 REPOSITORY R241 KIO BRANCH add_skipStat REVISION DETAIL https://phabricator.kde.org/D19887 AFFECTED FILES src/core/kfileitem.cpp src/core/kfileitem.h To: hoffmannrobert Cc: kde-frameworks-devel, michaelh, ngraham, bruns