mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
Fix linux build.
This commit is contained in:
parent
82e02f7118
commit
450b1e75c9
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue