diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-05-04 11:57:19 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-05-04 11:57:19 +0200 |
commit | 9ec8acf38a6c09d1d7239146fc115bcef938a64d (patch) | |
tree | 6958770e5e8ac022a209cac5d03d3cc7f4ab0b77 /facetracknoir/ui.cpp | |
parent | ee4cd1270faa9a9024b4e700bce09cd451d23019 (diff) |
no need to _Exit() forcefully anymore
Diffstat (limited to 'facetracknoir/ui.cpp')
-rw-r--r-- | facetracknoir/ui.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/facetracknoir/ui.cpp b/facetracknoir/ui.cpp index 54e4646e..037e2f5a 100644 --- a/facetracknoir/ui.cpp +++ b/facetracknoir/ui.cpp @@ -88,7 +88,6 @@ MainWindow::~MainWindow() tray->hide(); stopTracker(); save(); - _exit(0); } void MainWindow::set_working_directory() |