mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Correct signature of helper function
Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e5e2be92bc
commit
869ddc915d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue