Skip to content

Commit a33a89c

Browse files
author
Hauke Jürgen Mönck
committed
Minor fix to exit handler, according to jotpio
1 parent e4c811a commit a33a89c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BioTracker/CoreApp/BioTracker/GuiContext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ void GuiContext::exit() {
8686
// delete i;
8787
//}
8888

89-
std::exit(0);
9089
qApp->exit();
90+
std::exit(0);
9191
}

0 commit comments

Comments
 (0)