comparison ui/processhelp.h @ 783:e65e2a0be7c8

Merged
author Sascha Wilde <wilde@intevation.de>
date Mon, 14 Jul 2014 12:48:46 +0200
parents 20ca94680003
children 78798d3af8f0
comparison
equal deleted inserted replaced
781:60d3f59f0803 783:e65e2a0be7c8
43 /** 43 /**
44 * @brief Activates the window for first found process 44 * @brief Activates the window for first found process
45 * @param [in] executableName executableName (without path and .exe extension) 45 * @param [in] executableName executableName (without path and .exe extension)
46 */ 46 */
47 void activateWindowForProcess(const QString &executableName); 47 void activateWindowForProcess(const QString &executableName);
48
49 /**
50 * @brief Clean up internaly used infrastructure like pid/lock files.
51 */
52 void cleanUp(void);
48 } 53 }
54
49 #endif // PROCESSHELP_H 55 #endif // PROCESSHELP_H

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