From 29aaea2d80a9eb1715b6cddfac2d2aacf76358bd Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Thu, 11 Feb 2016 23:55:16 +0100 Subject: launchpad ~mzanetti/rockwork/trunk r87 --- rockworkd/libpebble/ziphelper.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 rockworkd/libpebble/ziphelper.h (limited to 'rockworkd/libpebble/ziphelper.h') diff --git a/rockworkd/libpebble/ziphelper.h b/rockworkd/libpebble/ziphelper.h new file mode 100644 index 0000000..fe3a7a1 --- /dev/null +++ b/rockworkd/libpebble/ziphelper.h @@ -0,0 +1,15 @@ +#ifndef ZIPHELPER_H +#define ZIPHELPER_H + +#include + +class ZipHelper +{ +public: + ZipHelper(); + + static bool unpackArchive(const QString &archiveFilename, const QString &targetDir); + static bool packArchive(const QString &archiveFilename, const QString &sourceDir); +}; + +#endif // ZIPHELPER_H -- cgit v1.2.3