Fix?
This commit is contained in:
parent
22aa272458
commit
51b597bb73
1 changed files with 2 additions and 0 deletions
|
@ -59,8 +59,10 @@ class FormUpdate : public QDialog {
|
||||||
void updateProgress(qint64 bytes_received, qint64 bytes_total);
|
void updateProgress(qint64 bytes_received, qint64 bytes_total);
|
||||||
void updateCompleted(QNetworkReply::NetworkError status, QByteArray contents);
|
void updateCompleted(QNetworkReply::NetworkError status, QByteArray contents);
|
||||||
void saveUpdateFile(const QByteArray &file_contents);
|
void saveUpdateFile(const QByteArray &file_contents);
|
||||||
|
#endif
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
#if defined(Q_OS_WIN) || defined(Q_OS_OS2)
|
||||||
Downloader *m_downloader;
|
Downloader *m_downloader;
|
||||||
bool m_readyToInstall;
|
bool m_readyToInstall;
|
||||||
QString m_updateFilePath;
|
QString m_updateFilePath;
|
||||||
|
|
Loading…
Add table
Reference in a new issue