22 #ifndef INFLATECOMPRESSOR_H 23 #define INFLATECOMPRESSOR_H 25 #include "Compressor.h" 26 #include "encryption.h" 28 #if QT_VERSION >= 0x050000 29 #include <QtZlib/zlib.h> 39 bool decompressData( qint64 size,
Encryption* encrypt = 0 );
49 #endif // INFLATECOMPRESSOR_H Definition: Compressor.h:42
Definition: encryption.h:40
Definition: InflateCompressor.h:34