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:
Dominik Wenger 2010-05-07 18:18:43 +00:00
parent e919b5d5b9
commit 26826b5ae5
3 changed files with 62 additions and 57 deletions

View file

@ -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);