GH-1227 renam GZip functions to not collide with zlib macros
This commit is contained in:
parent
e38cc1d480
commit
dd8eacee1b
5 changed files with 10 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
class MULTIMC_LOGIC_EXPORT GZip
|
||||
{
|
||||
public:
|
||||
static bool decompress(const QByteArray &compressedBytes, QByteArray &uncompressedBytes);
|
||||
static bool compress(const QByteArray &uncompressedBytes, QByteArray &compressedBytes);
|
||||
static bool unzip(const QByteArray &compressedBytes, QByteArray &uncompressedBytes);
|
||||
static bool zip(const QByteArray &uncompressedBytes, QByteArray &compressedBytes);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue