Initial version

This commit is contained in:
2018-10-29 00:11:23 +01:00
parent 7b79a06fd6
commit 88295f0ca7
23 changed files with 1514 additions and 0 deletions

11
src/gzip.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef GZIP_H
#define GZIP_H
#include <QByteArray>
namespace Gzip
{
QByteArray uncompress(const QByteArray &data);
}
#endif // GZIP_H