[FreeSpaceNotifier] Use KIO FileSystemFreeSpaceJob

Authored by broulik on Jun 5 2018, 9:48 AM.

Description

[FreeSpaceNotifier] Use KIO FileSystemFreeSpaceJob

Which delegates the task of doing it to a out of process IO slave and makes it asynchronous.
KDiskFreeSpaceInfo blocks querying mount points and might freeze for a while with NFS stuff.

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

Details