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

Merge pull request #5777 from yezezey/macosx_debug

Fix Mac OS X Build (Closes #5763)
This commit is contained in:
sledgehammer999 2016-09-30 18:29:34 +03:00 committed by GitHub
commit 6960245a06

View File

@ -397,10 +397,6 @@ MainWindow::MainWindow(QWidget *parent)
MainWindow::~MainWindow()
{
#ifdef Q_OS_MAC
// Workaround to avoid bug http://bugreports.qt.nokia.com/browse/QTBUG-7305
setUnifiedTitleAndToolBarOnMac(false);
#endif
delete m_ui;
}