summaryrefslogtreecommitdiff
path: root/src/safewritefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/safewritefile.h')
-rw-r--r--src/safewritefile.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/safewritefile.h b/src/safewritefile.h
index 06c22acc..0af6bf98 100644
--- a/src/safewritefile.h
+++ b/src/safewritefile.h
@@ -37,9 +37,11 @@ public:
void commit();
- bool commitIfDifferent(uint &hash);
+ bool commitIfDifferent(QByteArray &hash);
- uint hash();
+private:
+
+ QByteArray hash();
private:
QString m_FileName;