diff options
Diffstat (limited to 'helper.h')
-rw-r--r-- | helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ class QString; namespace Helper { const QString mimeType(const QString &path); + const QString md5Sum(const QString &path); } #endif |