┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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: