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
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
# common files
|
||||
SOURCES += \
|
||||
gui/manualwidget.cpp \
|
||||
rbutilqt.cpp \
|
||||
main.cpp \
|
||||
installwindow.cpp \
|
||||
|
|
@ -78,6 +79,7 @@ SOURCES += \
|
|||
|
||||
|
||||
HEADERS += \
|
||||
gui/manualwidget.h \
|
||||
rbutilqt.h \
|
||||
installwindow.h \
|
||||
base/httpget.h \
|
||||
|
|
@ -146,6 +148,7 @@ HEADERS += \
|
|||
|
||||
|
||||
FORMS += \
|
||||
gui/manualwidgetfrm.ui \
|
||||
rbutilqtfrm.ui \
|
||||
aboutbox.ui \
|
||||
installwindowfrm.ui \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue