1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-27 06:54:20 +00:00

Fix linux build.

This commit is contained in:
sledgehammer999 2015-12-13 17:29:55 +02:00
parent 82e02f7118
commit 450b1e75c9

View File

@ -104,7 +104,9 @@ MainWindow::MainWindow(QWidget *parent)
, m_posInitialized(false)
, force_exit(false)
, unlockDlgShowing(false)
#if defined(Q_OS_WIN) || defined(Q_OS_MAC)
, m_wasUpdateCheckEnabled(false)
#endif
, has_python(false)
{
setupUi(this);