summaryrefslogtreecommitdiffstats
path: root/core/qthelper.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2018-06-10 16:40:23 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-07-04 02:27:36 +0800
commit09fd5c40d1ad8a33efcfc829cf445ed1de9e4ff0 (patch)
tree28d216898ee6065f58a23b2a536f085104ddaa7c /core/qthelper.h
parentf3ef38ca0d6db6f7e022a0e565f7460ed22f431e (diff)
downloadsubsurface-09fd5c40d1ad8a33efcfc829cf445ed1de9e4ff0.tar.gz
Dive pictures: implement FindMovedImagesDialog
Move the find-moved-images functions into a new translation unit and present the user with the identified matches before applying them. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/qthelper.h')
-rw-r--r--core/qthelper.h1
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);