From 51b597bb73c62cec5de88d24d76965c0bc8b8287 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Sun, 13 Apr 2014 10:11:14 +0200 Subject: [PATCH] Fix? --- src/gui/formupdate.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/formupdate.h b/src/gui/formupdate.h index e26991025..d1da1da5f 100644 --- a/src/gui/formupdate.h +++ b/src/gui/formupdate.h @@ -59,8 +59,10 @@ class FormUpdate : public QDialog { void updateProgress(qint64 bytes_received, qint64 bytes_total); void updateCompleted(QNetworkReply::NetworkError status, QByteArray contents); void saveUpdateFile(const QByteArray &file_contents); +#endif private: +#if defined(Q_OS_WIN) || defined(Q_OS_OS2) Downloader *m_downloader; bool m_readyToInstall; QString m_updateFilePath;