Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
fixed mac version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-Duduf committed Dec 18, 2020
1 parent 2d74d75 commit 6ed93cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/UI/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,9 @@ void MainWindow::duqf_initUi()

// ====== CONNECTIONS ======
connect(duqf_maximizeButton,SIGNAL(clicked()),this,SLOT(duqf_maximize()));
#ifndef Q_OS_MAC
connect(minimizeButton,SIGNAL(clicked()),this,SLOT(showMinimized()));
#endif
connect(quitButton,SIGNAL(clicked()),this,SLOT(close()));

connect(aboutQtAction, SIGNAL(triggered()), qApp, SLOT(aboutQt()));
Expand Down

0 comments on commit 6ed93cc

Please sign in to comment.