diff options
-rw-r--r-- | rbutil/rbutilqt/base/bootloaderinstallbase.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/rbutil/rbutilqt/base/bootloaderinstallbase.h b/rbutil/rbutilqt/base/bootloaderinstallbase.h index b93abcd50e..8198d54e76 100644 --- a/rbutil/rbutilqt/base/bootloaderinstallbase.h +++ b/rbutil/rbutilqt/base/bootloaderinstallbase.h | |||
@@ -50,8 +50,7 @@ class BootloaderInstallBase : public QObject | |||
50 | virtual Capabilities capabilities(void)=0; | 50 | virtual Capabilities capabilities(void)=0; |
51 | //! returns a OF Firmware hint or empty if there is none | 51 | //! returns a OF Firmware hint or empty if there is none |
52 | virtual QString ofHint() {return QString();} | 52 | virtual QString ofHint() {return QString();} |
53 | 53 | ||
54 | |||
55 | //! backup a already installed bootloader | 54 | //! backup a already installed bootloader |
56 | bool backup(QString to); | 55 | bool backup(QString to); |
57 | 56 | ||
@@ -63,12 +62,12 @@ class BootloaderInstallBase : public QObject | |||
63 | { m_logfile = f; } | 62 | { m_logfile = f; } |
64 | void setOfFile(QString f) | 63 | void setOfFile(QString f) |
65 | {m_offile = f;} | 64 | {m_offile = f;} |
66 | 65 | ||
67 | //! returns a port Install Hint or empty if there is none | 66 | //! returns a port Install Hint or empty if there is none |
68 | //! static and in the base class, so the installer classes dont need to | 67 | //! static and in the base class, so the installer classes dont need to |
69 | // be modified for new targets | 68 | // be modified for new targets |
70 | static QString postinstallHints(QString model); | 69 | static QString postinstallHints(QString model); |
71 | 70 | ||
72 | //! returns the correct BootloaderInstaller object for the requested type | 71 | //! returns the correct BootloaderInstaller object for the requested type |
73 | static BootloaderInstallBase* createBootloaderInstaller(QObject* parent,QString type); | 72 | static BootloaderInstallBase* createBootloaderInstaller(QObject* parent,QString type); |
74 | protected slots: | 73 | protected slots: |