diff --git a/src/mainwin.cpp b/src/mainwin.cpp index cdb4a97..030363d 100644 --- a/src/mainwin.cpp +++ b/src/mainwin.cpp @@ -498,6 +498,6 @@ void MainWin::catchSelectionChanged(const QItemSelection &selected, void MainWin::closeEvent(QCloseEvent *event) { - MainWin::quit(); + hide(); event->ignore(); }