summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/installbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt/installbl.h')
-rw-r--r--rbutil/rbutilqt/installbl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/rbutil/rbutilqt/installbl.h b/rbutil/rbutilqt/installbl.h
index 927cfa9b10..9da19eff08 100644
--- a/rbutil/rbutilqt/installbl.h
+++ b/rbutil/rbutilqt/installbl.h
@@ -28,6 +28,7 @@
28#include "ui_installprogressfrm.h" 28#include "ui_installprogressfrm.h"
29 29
30#include "installbootloader.h" 30#include "installbootloader.h"
31#include "irivertools/irivertools.h"
31 32
32class InstallBl : public QDialog 33class InstallBl : public QDialog
33{ 34{
@@ -36,6 +37,7 @@ class InstallBl : public QDialog
36 InstallBl(QWidget *parent = 0); 37 InstallBl(QWidget *parent = 0);
37 void setProxy(QUrl); 38 void setProxy(QUrl);
38 void setMountPoint(QString); 39 void setMountPoint(QString);
40 void setOFPath(QString);
39 void setUserSettings(QSettings*); 41 void setUserSettings(QSettings*);
40 void setDeviceSettings(QSettings*); 42 void setDeviceSettings(QSettings*);
41 43
@@ -54,10 +56,12 @@ class InstallBl : public QDialog
54 QString file; 56 QString file;
55 QString fileName; 57 QString fileName;
56 QString mountPoint; 58 QString mountPoint;
59 QString m_OrigFirmware;
57 BootloaderInstaller* binstaller; 60 BootloaderInstaller* binstaller;
58 61
59 private slots: 62 private slots:
60 void browseFolder(void); 63 void browseFolder(void);
64 void browseOF(void);
61 void done(bool); 65 void done(bool);
62 66
63}; 67};