diff options
| author | Peter Penz <[email protected]> | 2008-06-10 16:07:09 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-06-10 16:07:09 +0000 |
| commit | 8a8c615e3763e9a3c444660fdf614d956187fbcf (patch) | |
| tree | 47718f97a0fbab80eb041c064a4e6cb2ad95157b /src | |
| parent | 162436801d3fc51808dd9225e27d41e0333e4f60 (diff) | |
SVN_SILENT: documentation fixes
svn path=/trunk/KDE/kdebase/apps/; revision=819108
Diffstat (limited to 'src')
| -rw-r--r-- | src/iconmanager.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/iconmanager.h b/src/iconmanager.h index e9d7c9b78..3452b7ac9 100644 --- a/src/iconmanager.h +++ b/src/iconmanager.h @@ -57,13 +57,17 @@ public: virtual ~IconManager(); void setShowPreview(bool show); bool showPreview() const; + + /** + * Updates the previews for all already available items. + */ void updatePreviews(); private slots: /** * Generates previews for the items \a items asynchronously. */ - void generatePreviews(const KFileItemList &items); + void generatePreviews(const KFileItemList& items); /** * Adds the preview \a pixmap for the item \a item to the preview @@ -74,7 +78,7 @@ private slots: /** * Is invoked when the preview job has been finished and - * set m_previewJob to 0. + * removes the job from the m_previewJobs list. */ void slotPreviewJobFinished(KJob* job); @@ -172,7 +176,7 @@ private: QList<KUrl> m_pendingItems; /** - * Containts the URLs of all items, where a preview has already been + * Contains the URLs of all items, where a preview has already been * generated by the preview jobs. */ QList<KUrl> m_dispatchedItems; |
