Mercurial > trustbridge
diff ui/installwrapper.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 | 0ddb173bcd8b |
children | c8f698ca6355 |
line wrap: on
line diff
--- a/ui/installwrapper.cpp Thu Sep 18 18:30:54 2014 +0200 +++ b/ui/installwrapper.cpp Thu Sep 18 18:53:11 2014 +0200 @@ -61,8 +61,6 @@ void InstallWrapper::run() { - /* TODO: We need errorcodes here so that we can see if a user - * cancled the UAC elevation */ QTemporaryFile choicesFile; QFileInfo cinstProcInfo = getCinstProcInfo(); @@ -171,7 +169,7 @@ fclose(vres.fptr); if (retval != 0) { - /* TODO make this nicer */ + /* TODO (issue135) make this nicer */ emit error (tr("The process failed with return code. %1").arg(retval)); return; } @@ -239,7 +237,7 @@ if (installerProcess.exitCode() == 0) { qDebug() << "output: " << installerProcess.readAllStandardOutput(); } else { - /* TODO handle errors defined by errorcodes.h */ + /* TODO (issue135) handle errors defined by errorcodes.h */ qDebug() << "Installer Process returned: " << installerProcess.exitCode(); qDebug() << "output: " << installerProcess.readAllStandardOutput(); return;