#ifndef FPSUBMIT_GZIP_H_ #define FPSUBMIT_GZIP_H_ #include QByteArray gzipCompress(const QByteArray &data); #endif