diff options
author | Robert C. Helling <helling@atdotde.de> | 2015-03-02 16:17:51 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-03-16 12:42:36 -0700 |
commit | 869ddc915daf4616ee2e010ab06fa7802b7e6d5f (patch) | |
tree | cf6b703eff44f8b55a830e3d0fe461cabab56083 /qthelper.h | |
parent | e5e2be92bc43efe178110393fb77e302def8729d (diff) | |
download | subsurface-869ddc915daf4616ee2e010ab06fa7802b7e6d5f.tar.gz |
Correct signature of helper function
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qthelper.h')
-rw-r--r-- | qthelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qthelper.h b/qthelper.h index 8b553ba51..113aee370 100644 --- a/qthelper.h +++ b/qthelper.h @@ -22,7 +22,7 @@ void write_hashes(); void updateHash(struct picture *picture); QByteArray hashFile(const QString filename); void learnImages(const QDir dir, int max_recursions, bool recursed); -void add_hash(const QString filename, QByteArray &hash); +void add_hash(const QString filename, QByteArray hash); QString localFilePath(const QString originalFilename); QString fileFromHash(char *hash); #endif // QTHELPER_H |