From: Peter Penz Date: Wed, 11 Jun 2008 18:52:57 +0000 (+0000) Subject: SVN_SILENT: comment++ X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/07eae8826fe0c0d550fc44b63d873befc1455972?ds=sidebyside SVN_SILENT: comment++ svn path=/trunk/KDE/kdebase/apps/; revision=819683 --- diff --git a/src/iconmanager.h b/src/iconmanager.h index 011040a2e..c71a607aa 100644 --- a/src/iconmanager.h +++ b/src/iconmanager.h @@ -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: