Mercurial > trustbridge
comparison 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 |
comparison
equal
deleted
inserted
replaced
773:2c69298b4188 | 782:20ca94680003 |
---|---|
1170 } | 1170 } |
1171 } | 1171 } |
1172 | 1172 |
1173 void MainWindow::closeApp() | 1173 void MainWindow::closeApp() |
1174 { | 1174 { |
1175 ProcessHelp::cleanUp(); | |
1175 qApp->quit(); | 1176 qApp->quit(); |
1176 } | 1177 } |
1177 | 1178 |
1178 void MainWindow::checkAndInstallCerts() | 1179 void MainWindow::checkAndInstallCerts() |
1179 { | 1180 { |