Mercurial > trustbridge
diff ui/processhelp.h @ 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 | 91dd38a71783 |
children | 78798d3af8f0 |
line wrap: on
line diff
--- a/ui/processhelp.h Thu Jul 10 19:16:21 2014 +0200 +++ b/ui/processhelp.h Mon Jul 14 12:46:47 2014 +0200 @@ -45,5 +45,11 @@ * @param [in] executableName executableName (without path and .exe extension) */ void activateWindowForProcess(const QString &executableName); + +/** +* @brief Clean up internaly used infrastructure like pid/lock files. +*/ + void cleanUp(void); } + #endif // PROCESSHELP_H