summaryrefslogtreecommitdiff
path: root/utils/rbutilqt/base/bootloaderinstallhelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/rbutilqt/base/bootloaderinstallhelper.h')
-rw-r--r--utils/rbutilqt/base/bootloaderinstallhelper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/rbutilqt/base/bootloaderinstallhelper.h b/utils/rbutilqt/base/bootloaderinstallhelper.h
index c89444d7a7..9b6fed0866 100644
--- a/utils/rbutilqt/base/bootloaderinstallhelper.h
+++ b/utils/rbutilqt/base/bootloaderinstallhelper.h
@@ -29,6 +29,7 @@ class BootloaderInstallHelper : public QObject
29 Q_OBJECT 29 Q_OBJECT
30 public: 30 public:
31 static BootloaderInstallBase* createBootloaderInstaller(QObject* parent, QString type); 31 static BootloaderInstallBase* createBootloaderInstaller(QObject* parent, QString type);
32 static BootloaderInstallBase::Capabilities bootloaderInstallerCapabilities(QObject *parent, QString type);
32 static QString postinstallHints(QString model); 33 static QString postinstallHints(QString model);
33}; 34};
34 35