mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
rbutil: move bootloaderInstall object creation switches to bootloaderInstallBase .
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25882 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e919b5d5b9
commit
26826b5ae5
3 changed files with 62 additions and 57 deletions
|
|
@ -69,7 +69,9 @@ class BootloaderInstallBase : public QObject
|
|||
//! static and in the base class, so the installer classes dont need to
|
||||
// be modified for new targets
|
||||
static QString postinstallHints(QString model);
|
||||
|
||||
|
||||
//! returns the correct BootloaderInstaller object for the requested type
|
||||
static BootloaderInstallBase* createBootloaderInstaller(QObject* parent,QString type);
|
||||
protected slots:
|
||||
void downloadReqFinished(int id, bool error);
|
||||
void downloadBlFinish(bool error);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue