Revision 837090

Go back to digest for 27th July 2008

Features in KDE Base

Sebastian Trueg committed changes in /trunk/KDE/kdelibs/kio/kfile:

Added new API that allows to use KDiskFreeSpace just like a KJob: call the static method, connect to the finished() signal, then get the result from the object itself.

Thus, one now only has to connect to one signal instead of two.

For KDE 5 this should be transformed into a proper KIO::Job or, given that it works syncroneously anyway, remove it entirely and replace it by one method in the KIO namespace.

File Changes

Modified 2 files
  • /trunk/KDE/kdelibs/kio/kfile
  •   /kdiskfreespace.cpp
  •   /kdiskfreespace.h
2 files changed in total