Browse Source

Merge pull request #5777 from yezezey/macosx_debug

Fix Mac OS X Build (Closes #5763)
adaptive-webui-19844
sledgehammer999 8 years ago committed by GitHub
parent
commit
6960245a06
  1. 4
      src/gui/mainwindow.cpp

4
src/gui/mainwindow.cpp

@ -397,10 +397,6 @@ MainWindow::MainWindow(QWidget *parent) @@ -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;
}

Loading…
Cancel
Save