forked from len0rd/rockbox
Move manual tab contents to separate widget.
Create a new widget which holds the contents of the manual tab and its logic. Unify its display / download code. Fixes FS#12587, which was caused by duplicated code. Change-Id: I5721d2a95ebeaf80481c1fd149eda22cf1328501
This commit is contained in:
parent
3933afcc09
commit
f7fdf13468
8 changed files with 317 additions and 190 deletions
|
|
@ -145,7 +145,8 @@ QMAKE_EXTRA_TARGETS += lrelease
|
|||
|
||||
# Needed by QT on Win
|
||||
INCLUDEPATH = $$_PRO_FILE_PWD_ $$_PRO_FILE_PWD_/irivertools \
|
||||
$$_PRO_FILE_PWD_/zlib $$_PRO_FILE_PWD_/base
|
||||
$$_PRO_FILE_PWD_/zlib $$_PRO_FILE_PWD_/base \
|
||||
$$_PRO_FILE_PWD_/zlib $$_PRO_FILE_PWD_/gui
|
||||
INCLUDEPATH += $$RBBASE_DIR/rbutil/ipodpatcher $$RBBASE_DIR/rbutil/sansapatcher \
|
||||
$$RBBASE_DIR/tools/rbspeex $$RBBASE_DIR/tools
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue