diff options
Diffstat (limited to 'core/qthelper.h')
-rw-r--r-- | core/qthelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/qthelper.h b/core/qthelper.h index 65a818262..0594bf7df 100644 --- a/core/qthelper.h +++ b/core/qthelper.h @@ -31,7 +31,7 @@ void updateHash(struct picture *picture); QByteArray hashFile(const QString &filename); QString hashString(const char *filename); QString thumbnailFileName(const QString &filename); -void learnImages(const QDir dir, int max_recursions); +void learnImages(const QStringList &dirNames, int max_recursions); void learnPictureFilename(const QString &originalName, const QString &localName); void hashPicture(QString filename); extern "C" char *hashstring(const char *filename); |