┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/iconmanager.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-03-23 14:55:16 +0000
committerPeter Penz <[email protected]>2008-03-23 14:55:16 +0000
commitca1c2308314036f7f8a2ee812672704460a15c3a (patch)
treebb38ebf1be557900712c1c72e2b5db474bc7380f /src/iconmanager.h
parent4d80f9924ac0c327d33170f9db3110f32a3c2607 (diff)
minor code simplification
svn path=/trunk/KDE/kdebase/apps/; revision=789193
Diffstat (limited to 'src/iconmanager.h')
-rw-r--r--src/iconmanager.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/iconmanager.h b/src/iconmanager.h
index ed74946e6..1621441d8 100644
--- a/src/iconmanager.h
+++ b/src/iconmanager.h
@@ -52,11 +52,9 @@ public:
private slots:
/**
- * Updates the icons of for each item in \a items by making hidden
- * items semitransparent and generating previews. The current preview
- * settings (maximum size, 'Show Preview' menu) are respected.
+ * Generates previews for the items \a items asynchronously.
*/
- void updateIcons(const KFileItemList& items);
+ void generatePreviews(const KFileItemList &items);
/**
* Adds the preview \a pixmap for the item \a item to the preview
@@ -81,8 +79,6 @@ private slots:
void dispatchPreviewQueue();
private:
- void generatePreviews(const KFileItemList &items);
-
/**
* Replaces the icon of the item \a item by the preview pixmap
* \a pixmap.