Mercurial > trustbridge
diff ui/processhelp_linux.cpp @ 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 | 20ca94680003 |
children | 2a1aa9df8f11 |
line wrap: on
line diff
--- a/ui/processhelp_linux.cpp Thu Sep 18 18:30:54 2014 +0200 +++ b/ui/processhelp_linux.cpp Thu Sep 18 18:53:11 2014 +0200 @@ -23,15 +23,12 @@ } const QList<int> ProcessHelp::getProcessesIdForName(const QString &processName) { - // TODO + // TODO (issue39) Q_UNUSED(processName); return QList<int>(); } bool ProcessHelp::otherProcessesExist(const QString &processName) { - // FIXME: We are using lock file semantics on GNU Linux so the - // name of this method is rather misleading. - QDir dataDir(QStandardPaths::writableLocation(QStandardPaths::DataLocation)); dataDir.mkpath("."); QString lockFilePath = dataDir.filePath(processName + ".pid"); @@ -44,7 +41,7 @@ } void ProcessHelp::activateWindowForProcess(const QString &executableName) { - // TODO + // TODO (issue136) Q_UNUSED(executableName); return; }