]> cloud.milkyroute.net Git - dolphin.git/commitdiff
SVN_SILENT: documentation fixes
authorPeter Penz <peter.penz19@gmail.com>
Tue, 10 Jun 2008 16:07:09 +0000 (16:07 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Tue, 10 Jun 2008 16:07:09 +0000 (16:07 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=819108

src/iconmanager.h

index e9d7c9b780414f2c6660c465a8cf2fc74551bac5..3452b7ac9ba367b00fad88b67cb3a7a9f1a15367 100644 (file)
@@ -57,13 +57,17 @@ public:
     virtual ~IconManager();
     void setShowPreview(bool show);
     bool showPreview() const;
     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 updatePreviews();
 
 private slots:
     /**
      * Generates previews for the items \a items asynchronously.
      */
-    void generatePreviews(const KFileItemList &items);
+    void generatePreviews(const KFileItemListitems);
 
     /**
      * Adds the preview \a pixmap for the item \a item to the preview
 
     /**
      * 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
 
     /**
      * 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);
 
      */
     void slotPreviewJobFinished(KJob* job);
 
@@ -172,7 +176,7 @@ private:
     QList<KUrl> m_pendingItems;
 
     /**
     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;
      * generated by the preview jobs.
      */
     QList<KUrl> m_dispatchedItems;