diff options
| author | Peter Penz <[email protected]> | 2008-06-11 18:52:57 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-06-11 18:52:57 +0000 |
| commit | 07eae8826fe0c0d550fc44b63d873befc1455972 (patch) | |
| tree | af9f581401f42cd532a08b311bc2046800a316dc | |
| parent | 57179872959ea898e4e640b5392acd13f4951202 (diff) | |
SVN_SILENT: comment++
svn path=/trunk/KDE/kdebase/apps/; revision=819683
| -rw-r--r-- | src/iconmanager.h | 6 |
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: |
