summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/base/bootloaderinstallbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt/base/bootloaderinstallbase.h')
-rw-r--r--rbutil/rbutilqt/base/bootloaderinstallbase.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/rbutil/rbutilqt/base/bootloaderinstallbase.h b/rbutil/rbutilqt/base/bootloaderinstallbase.h
index 470a23a7ab..1e342e045b 100644
--- a/rbutil/rbutilqt/base/bootloaderinstallbase.h
+++ b/rbutil/rbutilqt/base/bootloaderinstallbase.h
@@ -49,7 +49,7 @@ class BootloaderInstallBase : public QObject
49 virtual BootloaderType installed(void)=0; 49 virtual BootloaderType installed(void)=0;
50 //! returns the capabilities of the bootloader class 50 //! returns the capabilities of the bootloader class
51 virtual Capabilities capabilities(void)=0; 51 virtual Capabilities capabilities(void)=0;
52 //! returns a OF Firmware hint or empty if there is none 52 //! returns a OF Firmware hint or empty if there is none
53 virtual QString ofHint() {return QString();} 53 virtual QString ofHint() {return QString();}
54 54
55 55
@@ -66,8 +66,9 @@ class BootloaderInstallBase : public QObject
66 void setOfFile(QString f) 66 void setOfFile(QString f)
67 {m_offile = f;} 67 {m_offile = f;}
68 68
69 //! returns a port Install Hint or empty if there is none 69 //! returns a port Install Hint or empty if there is none
70 //! static and in the base class, so the installer classes dont need to be modified for new targets 70 //! static and in the base class, so the installer classes dont need to
71 // be modified for new targets
71 static QString postinstallHints(QString model); 72 static QString postinstallHints(QString model);
72 73
73 protected slots: 74 protected slots: