1
0
Fork 0
forked from len0rd/rockbox

Remove trailing whitespaces.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31545 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2012-01-03 21:48:27 +00:00
parent c08ce1b829
commit 2b04f7bba5

View file

@ -50,8 +50,7 @@ class BootloaderInstallBase : public QObject
virtual Capabilities capabilities(void)=0; virtual Capabilities capabilities(void)=0;
//! returns a OF Firmware hint or empty if there is none //! returns a OF Firmware hint or empty if there is none
virtual QString ofHint() {return QString();} virtual QString ofHint() {return QString();}
//! backup a already installed bootloader //! backup a already installed bootloader
bool backup(QString to); bool backup(QString to);
@ -63,12 +62,12 @@ class BootloaderInstallBase : public QObject
{ m_logfile = f; } { m_logfile = f; }
void setOfFile(QString f) void setOfFile(QString f)
{m_offile = f;} {m_offile = f;}
//! returns a port Install Hint or empty if there is none //! returns a port Install Hint or empty if there is none
//! static and in the base class, so the installer classes dont need to //! static and in the base class, so the installer classes dont need to
// be modified for new targets // be modified for new targets
static QString postinstallHints(QString model); static QString postinstallHints(QString model);
//! returns the correct BootloaderInstaller object for the requested type //! returns the correct BootloaderInstaller object for the requested type
static BootloaderInstallBase* createBootloaderInstaller(QObject* parent,QString type); static BootloaderInstallBase* createBootloaderInstaller(QObject* parent,QString type);
protected slots: protected slots: