summaryrefslogtreecommitdiff
path: root/utils/rbutilqt/base/bootloaderinstallbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/rbutilqt/base/bootloaderinstallbase.h')
-rw-r--r--utils/rbutilqt/base/bootloaderinstallbase.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/rbutilqt/base/bootloaderinstallbase.h b/utils/rbutilqt/base/bootloaderinstallbase.h
index 567b4e9093..32ca637288 100644
--- a/utils/rbutilqt/base/bootloaderinstallbase.h
+++ b/utils/rbutilqt/base/bootloaderinstallbase.h
@@ -55,17 +55,17 @@ class BootloaderInstallBase : public QObject
55 bool backup(QString to); 55 bool backup(QString to);
56 56
57 //! set the different filenames and paths 57 //! set the different filenames and paths
58 void setBlFile(QStringList f); 58 void setBlFile(const QString& mountpoint, const QStringList& f);
59 void setBlUrl(QUrl u) 59 void setBlUrl(QUrl u)
60 { m_blurl = u; } 60 { m_blurl = u; }
61 void setLogfile(QString f) 61 void setLogfile(const QString& f)
62 { m_logfile = f; } 62 { m_logfile = f; }
63 bool setOfFile(QString of, QStringList blfile); 63 bool setOfFile(QString& of, const QStringList& blfile);
64 64
65 //! returns a port Install Hint or empty if there is none 65 //! returns a port Install Hint or empty if there is none
66 //! static and in the base class, so the installer classes dont need to 66 //! static and in the base class, so the installer classes dont need to
67 // be modified for new targets 67 // be modified for new targets
68 static QString postinstallHints(QString model); 68 static QString postinstallHints(const QString& model);
69 69
70 protected slots: 70 protected slots:
71 void downloadBlFinish(QNetworkReply::NetworkError error); 71 void downloadBlFinish(QNetworkReply::NetworkError error);