comparison ui/processhelp.h @ 1162:2a1206932f53

(issue107) Comment all TODO's and FIXME's with issues as documented in issue107
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 18 Sep 2014 18:53:11 +0200
parents 78798d3af8f0
children 2a1aa9df8f11
comparison
equal deleted inserted replaced
1161:b67681a61e3e 1162:2a1206932f53
32 const QList<int> getProcessesIdForName(const QString &processName); 32 const QList<int> getProcessesIdForName(const QString &processName);
33 33
34 /** 34 /**
35 * @brief check if another process with the same name exists 35 * @brief check if another process with the same name exists
36 * 36 *
37 * Under GNU/Linux this only works for processes that have a
38 * processName.pid file in QStandardPaths::DataLocation.
39 *
37 * @param[in] processName name of the process to look for. 40 * @param[in] processName name of the process to look for.
38 * 41 *
39 * @returns true if one or more processes (other than the current process) exist 42 * @returns true if one or more processes (other than the current process) exist
40 */ 43 */
41 bool otherProcessesExist(const QString &processName); 44 bool otherProcessesExist(const QString &processName);

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