┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-06-11 18:52:57 +0000
committerPeter Penz <[email protected]>2008-06-11 18:52:57 +0000
commit07eae8826fe0c0d550fc44b63d873befc1455972 (patch)
treeaf9f581401f42cd532a08b311bc2046800a316dc /src
parent57179872959ea898e4e640b5392acd13f4951202 (diff)
SVN_SILENT: comment++
svn path=/trunk/KDE/kdebase/apps/; revision=819683
Diffstat (limited to 'src')
-rw-r--r--src/iconmanager.h6
1 files changed, 6 insertions, 0 deletions
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: