From ca1c2308314036f7f8a2ee812672704460a15c3a Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 23 Mar 2008 14:55:16 +0000 Subject: minor code simplification svn path=/trunk/KDE/kdebase/apps/; revision=789193 --- src/iconmanager.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/iconmanager.h') 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. -- cgit v1.3