mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -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)
|
, 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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue