mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
rbutilqt: added sansapatcher to bootloader installation. now only iriver bootloaders are missing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14039 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cb3412a7ef
commit
999676bdd9
4 changed files with 205 additions and 7 deletions
|
|
@ -28,9 +28,11 @@
|
|||
extern "C" {
|
||||
// Ipodpatcher
|
||||
#include "../ipodpatcher/ipodpatcher.h"
|
||||
#include "../sansapatcher/sansapatcher.h"
|
||||
};
|
||||
|
||||
bool initIpodpatcher();
|
||||
bool initSansapatcher();
|
||||
|
||||
class BootloaderInstaller : public QObject
|
||||
{
|
||||
|
|
@ -78,6 +80,10 @@ private slots:
|
|||
void ipodPrepare();
|
||||
void ipodFinish();
|
||||
|
||||
//sansa specific routines
|
||||
void sansaPrepare();
|
||||
void sansaFinish();
|
||||
|
||||
private:
|
||||
QString m_mountpoint, m_device,m_bootloadermethod,m_bootloadername;
|
||||
QString m_bootloaderUrlBase,m_tempfilename;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue