Move internal helper from BasicIndexingJob to anonymous namespace
ClosedPublic

Authored by bruns on Dec 2 2018, 9:07 PM.

Details

Summary

Also remove the return value, as it not evaluated, and not even useful -
we are not interested in the presence of tags, but if the tags where
modified. The latter can only be determined from the write transaction
(Read-modify-check-write).

Diff Detail

Repository
R293 Baloo
Branch
submit
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 5658
Build 5676: arc lint + arc unit
bruns created this revision.Dec 2 2018, 9:07 PM
Restricted Application added projects: Frameworks, Baloo. · View Herald TranscriptDec 2 2018, 9:07 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
bruns requested review of this revision.Dec 2 2018, 9:07 PM
astippich accepted this revision.Dec 4 2018, 8:00 PM
This revision is now accepted and ready to land.Dec 4 2018, 8:00 PM
This revision was automatically updated to reflect the committed changes.