mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
Fix linux build.
This commit is contained in:
@@ -104,7 +104,9 @@ MainWindow::MainWindow(QWidget *parent)
|
|||||||
, m_posInitialized(false)
|
, m_posInitialized(false)
|
||||||
, force_exit(false)
|
, force_exit(false)
|
||||||
, unlockDlgShowing(false)
|
, unlockDlgShowing(false)
|
||||||
|
#if defined(Q_OS_WIN) || defined(Q_OS_MAC)
|
||||||
, m_wasUpdateCheckEnabled(false)
|
, m_wasUpdateCheckEnabled(false)
|
||||||
|
#endif
|
||||||
, has_python(false)
|
, has_python(false)
|
||||||
{
|
{
|
||||||
setupUi(this);
|
setupUi(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user