qtcompress icon indicating copy to clipboard operation
qtcompress copied to clipboard

Public API for QZip

Results 4 qtcompress issues
Sort by recently updated
recently updated
newest added

Hello, The condition at https://github.com/nezticle/qtcompress/blob/23f8831826cd72aedf99fc3699148b6c994fd677/src/compress/qzip.cpp#L644 is always true, because the variable at https://github.com/nezticle/qtcompress/blob/23f8831826cd72aedf99fc3699148b6c994fd677/src/compress/qzip.cpp#L641 is never changed. If this is intentional, this should be documented. If this is not, this is...

Build is failing with following error: cd src/ && ( test -e Makefile || /opt/Qt/5.4/gcc_64/bin/qmake /home/abhijeet/github/qtcompress/src/src.pro -o Makefile ) && make -f Makefile make[1]: Entering directory `/home/abhijeet/github/qtcompress/src' cd compress/ &&...

This code apparently only supports ZIP files up to version "20", and the file I tried to read with it appears to be version "45". This results in the message:...