diff options
Diffstat (limited to 'subsurface-core/qthelper.h')
-rw-r--r-- | subsurface-core/qthelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface-core/qthelper.h b/subsurface-core/qthelper.h index 09073e25b..3a5ef60e4 100644 --- a/subsurface-core/qthelper.h +++ b/subsurface-core/qthelper.h @@ -23,7 +23,7 @@ void read_hashes(); void write_hashes(); void updateHash(struct picture *picture); QByteArray hashFile(const QString filename); -void learnImages(const QDir dir, int max_recursions, bool recursed); +void learnImages(const QDir dir, int max_recursions); void add_hash(const QString filename, QByteArray hash); void hashPicture(struct picture *picture); QString localFilePath(const QString originalFilename); |