aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lumina-fm/MainUI.h1
1 files changed, 0 insertions, 1 deletions
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
bgstack15