mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-22 19:49:56 +00:00
GH-926 implement log cleaning functionality
Also adds gzip compressed log support
This commit is contained in:
9
logic/GZip.h
Normal file
9
logic/GZip.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#include <QByteArray>
|
||||
|
||||
class GZip
|
||||
{
|
||||
public:
|
||||
static bool inflate(const QByteArray &compressedBytes, QByteArray &uncompressedBytes);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user