1
0
Fork 0
forked from len0rd/rockbox

create an UnZip derived class for zip file extraction to allow showing progress while unzipping. Makes the unzip process somewhat interruptable and the UI more responsible.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16993 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2008-04-06 18:12:56 +00:00
parent 5076dca58e
commit c3969ed4c5
4 changed files with 107 additions and 6 deletions

View file

@ -55,7 +55,8 @@ SOURCES += rbutilqt.cpp \
../../tools/voicefont.c \
voicefile.cpp \
createvoicewindow.cpp \
rbsettings.cpp
rbsettings.cpp \
rbunzip.cpp
HEADERS += rbutilqt.h \
install.h \
@ -100,7 +101,8 @@ HEADERS += rbutilqt.h \
../../tools/voicefont.h \
voicefile.h \
createvoicewindow.h \
rbsettings.h
rbsettings.h \
rbunzip.h
# Needed by QT on Win
INCLUDEPATH = . irivertools zip zlib ../ipodpatcher ../sansapatcher ../../tools/rbspeex ../../tools