mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-07-31 11:04:24 +02:00
Initial version
This commit is contained in:
11
src/gzip.h
Normal file
11
src/gzip.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef GZIP_H
|
||||
#define GZIP_H
|
||||
|
||||
#include <QByteArray>
|
||||
|
||||
namespace Gzip
|
||||
{
|
||||
QByteArray uncompress(const QByteArray &data);
|
||||
}
|
||||
|
||||
#endif // GZIP_H
|
Reference in New Issue
Block a user