Bug 329040 - MetadataMover: Remove QFileInfo::isDir check
Summary: MetadataMover: Remove QFileInfo::isDir check
Status: RESOLVED NOT A BUG
Alias: None
Product: Baloo
Classification: Frameworks and Libraries
Component: Baloo File Daemon (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR task
Target Milestone: ---
Assignee: Vishesh Handa
URL:
Keywords:
Depends on: 329039
Blocks:
  Show dependency treegraph
 
Reported: 2013-12-20 14:20 UTC by Vishesh Handa
Modified: 2014-07-29 16:31 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vishesh Handa 2013-12-20 14:20:23 UTC
The MetadataMover can be informed if the file removed is a directory by the FileWatcher. It does not need the extra check.

Make sure the unit tests are updated as well.