rbutil: fix a bug in the new settings object. Seperate the config gui from tts and encoders. (in preparation for cli interface).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16183 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Wenger 2008-01-29 21:54:43 +00:00
parent 51f937c2e4
commit 0c66bdb2b0
10 changed files with 583 additions and 340 deletions

View file

@ -48,7 +48,9 @@ SOURCES += rbutilqt.cpp \
browseof.cpp \
preview.cpp \
encoders.cpp \
encodersgui.cpp \
tts.cpp \
ttsgui.cpp \
../../tools/wavtrim.c \
../../tools/voicefont.c \
voicefile.cpp \
@ -91,7 +93,9 @@ HEADERS += rbutilqt.h \
browseof.h \
preview.h \
encoders.h \
encodersgui.h \
tts.h \
ttsgui.h \
../../tools/wavtrim.h \
../../tools/voicefont.h \
voicefile.h \