mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
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:
parent
51f937c2e4
commit
0c66bdb2b0
10 changed files with 583 additions and 340 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue