diff --git a/src/widgets/window.cpp b/src/widgets/window.cpp index b0163014e..837555840 100644 --- a/src/widgets/window.cpp +++ b/src/widgets/window.cpp @@ -11,6 +11,7 @@ #include "widgets/settingsdialog.hpp" #include "widgets/split.hpp" +#include #include #include #include @@ -163,6 +164,8 @@ void Window::closeEvent(QCloseEvent *event) } this->closed.invoke(); + + QApplication::exit(); } } // namespace widgets