diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2015-04-14 11:30:55 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2015-04-14 11:30:55 +0200 |
| commit | b93a1fe88141adf095bab09006b473205f597465 (patch) | |
| tree | ff9885578c4d3f5bbef9b0d9c362ec9f04c2c8bd /daemon/bundle.h | |
| parent | 78d1697cd63033244304f7794cf9157029e4fdb5 (diff) | |
Do not compute STM32CRC - use one from manifest.json
Fixes #47
Diffstat (limited to 'daemon/bundle.h')
| -rw-r--r-- | daemon/bundle.h | 1 |
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; |
