From 4d5f0158e686e8aba5b2a66253f27d1210c955c9 Mon Sep 17 00:00:00 2001 From: q5sys Date: Thu, 31 Mar 2016 13:51:30 -0400 Subject: removed: QMainWindow::closeEvent(ev); if its not needed, there's no reason for it to be there. --- lumina-fm/MainUI.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lumina-fm/MainUI.h') diff --git a/lumina-fm/MainUI.h b/lumina-fm/MainUI.h index 2a711e8f..c8cb84d8 100644 --- a/lumina-fm/MainUI.h +++ b/lumina-fm/MainUI.h @@ -164,7 +164,6 @@ signals: protected: void closeEvent(QCloseEvent *ev){ emit ClientClosed(this); - QMainWindow::closeEvent(ev); } void resizeEvent(QResizeEvent *ev){ //Save the new size to the settings file for later -- cgit