mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 22:03:27 -07:00
Merge pull request #5777 from yezezey/macosx_debug
Fix Mac OS X Build (Closes #5763)
This commit is contained in:
commit
6960245a06
1 changed files with 0 additions and 4 deletions
|
@ -397,10 +397,6 @@ MainWindow::MainWindow(QWidget *parent)
|
||||||
|
|
||||||
MainWindow::~MainWindow()
|
MainWindow::~MainWindow()
|
||||||
{
|
{
|
||||||
#ifdef Q_OS_MAC
|
|
||||||
// Workaround to avoid bug http://bugreports.qt.nokia.com/browse/QTBUG-7305
|
|
||||||
setUnifiedTitleAndToolBarOnMac(false);
|
|
||||||
#endif
|
|
||||||
delete m_ui;
|
delete m_ui;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue