Diffusion Baloo 7ab4cc5611a3

[UnindexedFileIndexer] Do not try to add nonexistant file to index

Authored by bruns on Jun 4 2019, 1:15 PM.

Description

[UnindexedFileIndexer] Do not try to add nonexistant file to index

Summary:
A file may be deleted after it has been picked up by the iterator,
causing the fileId to be 0. This is not an error, remove the Q_ASSERT
and silently skip the file.

Reviewers: Baloo, ngraham, astippich, poboiko

Reviewed By: Baloo, ngraham, poboiko

Subscribers: kde-frameworks-devel

Tags: Frameworks, Baloo

Differential Revision: https://phabricator.kde.org/D21576

Details