This commit is contained in:
Martin Rotter 2014-04-13 10:11:14 +02:00
parent 22aa272458
commit 51b597bb73

View file

@ -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;