Browse Source

bug-fix: could not quit VNote in KDE

Le Tan 7 years ago
parent
commit
d404360fee
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/vmainwindow.cpp

+ 1 - 0
src/vmainwindow.cpp

@@ -2151,6 +2151,7 @@ void VMainWindow::closeEvent(QCloseEvent *event)
         }
 
         QMainWindow::closeEvent(event);
+        qApp->quit();
     } else {
         hide();
         event->ignore();