Skip to content

[DocumentUrlDB] Remove bogus child sanity check

Stefan Brüns requested to merge bruns/baloo:remove_bogus_warning into master

The QFile::exists() check is not necessarily correct, i.e. when the processing falls behind FileWatch event processing. As the check issues a warning at most, the result is unchanged.

Merge request reports