mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-07-27 09:14:25 +02:00
Code cleanup
This commit is contained in:
@ -1,11 +1,10 @@
|
||||
#include <QtEndian>
|
||||
#include <QDebug>
|
||||
#include <QIODevice>
|
||||
#include <zlib.h>
|
||||
#include "gzip.h"
|
||||
|
||||
#define CHUNK 16384
|
||||
|
||||
QByteArray Gzip::uncompress(QIODevice *device, qint64 limit)
|
||||
QByteArray Gzip::uncompress(QIODevice *device, int limit)
|
||||
{
|
||||
int ret;
|
||||
z_stream strm;
|
||||
|
Reference in New Issue
Block a user