diff options
Diffstat (limited to 'core/qthelper.h')
-rw-r--r-- | core/qthelper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/qthelper.h b/core/qthelper.h index b20763a3c..2bd933e0f 100644 --- a/core/qthelper.h +++ b/core/qthelper.h @@ -28,7 +28,6 @@ QString get_taglist_string(struct tag_entry *tag_list); void read_hashes(); void write_hashes(); QString thumbnailFileName(const QString &filename); -void learnImages(const QStringList &dirNames, int max_recursions, const QVector<QString> &imageFilenames); void learnPictureFilename(const QString &originalName, const QString &localName); QString localFilePath(const QString &originalFilename); weight_t string_to_weight(const char *str); |