diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index dd0b24199..aa4ded13c 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -98,7 +98,11 @@ using namespace libtorrent; *****************************************************/ // Constructor -MainWindow::MainWindow(QWidget *parent, const QStringList& torrentCmdLine) : QMainWindow(parent), m_posInitialized(false), force_exit(false), checkingProgramUpdate(false) { +MainWindow::MainWindow(QWidget *parent, const QStringList& torrentCmdLine) : QMainWindow(parent), m_posInitialized(false), force_exit(false) +#if defined(Q_WS_WIN) || defined(Q_WS_MAC) + ,checkingProgramUpdate(false) +#endif +{ setupUi(this); Preferences pref;