SVN_SILENT: comment++

svn path=/trunk/KDE/kdebase/apps/; revision=819683
This commit is contained in:
Peter Penz 2008-06-11 18:52:57 +00:00
parent 628faf4dce
commit f3fb42fc77

View file

@ -152,6 +152,12 @@ private:
/** Kills all ongoing preview jobs. */
void killPreviewJobs();
/**
* Orders the items \a items in a way that the visible items
* are moved to the front of the list. When passing this
* list to a preview job, the visible items will get generated
* first.
*/
void orderItems(KFileItemList& items);
private: