Diffusion KIO cbedf15311aa

[KFilePlacesView] Call KDiskFreeSpaceInfo only if neccessary

Authored by broulik on Mar 12 2018, 11:00 AM.

Description

[KFilePlacesView] Call KDiskFreeSpaceInfo only if neccessary

I found this was called 350 times for me when opening the file dialog since for every paint pass it would needlessly call this for every place.
It queries all mountpoints and does other expensive work.
Instead, only do so when the bar would actually be shown. Ideally this would be cached somehow but this patch is a nice simple optimization already.

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

Details

Committed
broulikMar 12 2018, 11:00 AM
Differential Revision
D11088: [KFilePlacesView] Call KDiskFreeSpaceInfo only if neccessary
Parents
R241:7a674eb99813: Remove not necessary QtCore and co
Branches
Unknown
Tags
Unknown