summaryrefslogtreecommitdiff
path: root/daemon/bundle.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/bundle.h')
-rw-r--r--daemon/bundle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/bundle.h b/daemon/bundle.h
index c2dc86b..1b77c94 100644
--- a/daemon/bundle.h
+++ b/daemon/bundle.h
@@ -36,6 +36,7 @@ public:
QIODevice *openFile(enum File, QIODevice::OpenMode = 0) const;
bool fileExists(enum File) const;
+ quint32 crcFile(enum File) const;
private:
QSharedDataPointer<BundleData> b;