diff ui/mainwindow.cpp @ 782:20ca94680003

Implemented detection of running instance on linux using a lock file.
author Sascha Wilde <wilde@intevation.de>
date Mon, 14 Jul 2014 12:46:47 +0200
parents 27043d74dc90
children e65e2a0be7c8
line wrap: on
line diff
--- a/ui/mainwindow.cpp	Thu Jul 10 19:16:21 2014 +0200
+++ b/ui/mainwindow.cpp	Mon Jul 14 12:46:47 2014 +0200
@@ -1172,6 +1172,7 @@
 
 void MainWindow::closeApp()
 {
+    ProcessHelp::cleanUp();
     qApp->quit();
 }
 

http://wald.intevation.org/projects/trustbridge/