diff options
Diffstat (limited to 'core/imagedownloader.h')
-rw-r--r-- | core/imagedownloader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/imagedownloader.h b/core/imagedownloader.h index d5cb889fe..e0db016ed 100644 --- a/core/imagedownloader.h +++ b/core/imagedownloader.h @@ -31,9 +31,9 @@ public: static Thumbnailer *instance(); // Schedule a thumbnail for fetching or calculation. - // Returns a placehlder thumbnail. The actual thumbnail will be sent + // Returns a placeholder thumbnail. The actual thumbnail will be sent // via a signal later. - QImage fetchThumbnail(PictureEntry &entry); + QImage fetchThumbnail(const QString &filename); // Schedule multiple thumbnails for forced recalculation void calculateThumbnails(const QVector<QString> &filenames); |