#ifndef GZIP_H #define GZIP_H #include namespace Gzip { QByteArray uncompress(const QByteArray &data); } #endif // GZIP_H