mirror of
https://github.com/c0re100/qBittorrent-Enhanced-Edition.git
synced 2025-01-09 04:18:39 +08:00
Fix linux compilation.
This commit is contained in:
parent
8a98cd5e20
commit
28fcadc9ee
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user