1
0
Fork 0
forked from len0rd/rockbox

Cleanup and un-gui ZipInstaller class:

- Use signals for updating the progress logger from  ZipInstaller class.
- Move ZipInstaller class to base folder as it doesn't rely on QtGui anymore.
- cleanup debugging output a bit.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20845 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2009-05-02 18:50:31 +00:00
parent 7cfdd47587
commit d5f7dab230
6 changed files with 90 additions and 70 deletions

View file

@ -50,7 +50,7 @@ SOURCES += rbutilqt.cpp \
configure.cpp \
zip/zip.cpp \
zip/unzip.cpp \
zipinstaller.cpp \
base/zipinstaller.cpp \
progressloggergui.cpp \
installtalkwindow.cpp \
talkfile.cpp \
@ -95,7 +95,7 @@ HEADERS += rbutilqt.h \
zip/unzip_p.h \
zip/zip_p.h \
version.h \
zipinstaller.h \
base/zipinstaller.h \
installtalkwindow.h \
talkfile.h \
base/autodetection.h \