forked from len0rd/rockbox
Make Detect::check() return an error string instead of a boolean result and move the handling of an occurred error to the application to make detection Gui-clean. Move detect class to base folder.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18873 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6371460172
commit
b208000c36
5 changed files with 64 additions and 62 deletions
|
|
@ -74,7 +74,7 @@ SOURCES += rbutilqt.cpp \
|
|||
rbsettings.cpp \
|
||||
base/rbunzip.cpp \
|
||||
base/rbzip.cpp \
|
||||
detect.cpp \
|
||||
base/detect.cpp \
|
||||
sysinfo.cpp \
|
||||
base/bootloaderinstallbase.cpp \
|
||||
base/bootloaderinstallmi4.cpp \
|
||||
|
|
@ -127,7 +127,7 @@ HEADERS += rbutilqt.h \
|
|||
base/rbunzip.h \
|
||||
base/rbzip.h \
|
||||
sysinfo.h \
|
||||
detect.h \
|
||||
base/detect.h \
|
||||
base/bootloaderinstallbase.h \
|
||||
base/bootloaderinstallmi4.h \
|
||||
base/bootloaderinstallhex.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue