1
0
Fork 0
forked from len0rd/rockbox

Do some minor cleanup.

- Move a GUI-only implementation class around.
- Make some strings non-translatable which don't make sense translating.
- Rename internal state in installation class. There is no current build
  anymore.

Change-Id: I7384c5601de36bc48f858fe5c7b009653d439d94
This commit is contained in:
Dominik Riebeling 2012-07-01 15:02:32 +02:00
parent b7931594f9
commit e7fdf80c17
8 changed files with 14 additions and 14 deletions

View file

@ -76,7 +76,7 @@ SOURCES += \
quazip/zip.c \
quazip/ioapi.c \
base/ziputil.cpp \
comboboxviewdelegate.cpp \
gui/comboboxviewdelegate.cpp \
gui/selectiveinstallwidget.cpp \
gui/backupdialog.cpp \
@ -148,7 +148,7 @@ HEADERS += \
quazip/zip.h \
base/ziputil.h \
lame/lame.h \
comboboxviewdelegate.h \
gui/comboboxviewdelegate.h \
gui/selectiveinstallwidget.h \
gui/backupdialog.h \