Mercurial > trustbridge
diff ui/certificate.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 | 9bb9932bb819 |
children | 265583011f24 |
line wrap: on
line diff
--- a/ui/certificate.cpp Thu Sep 18 18:30:54 2014 +0200 +++ b/ui/certificate.cpp Thu Sep 18 18:53:11 2014 +0200 @@ -142,7 +142,6 @@ /* We read the file using Qt to avoid filename encoding problems * on Windows */ - /* TODO change qDebug errors into messageboxes */ QFile certificateFile(file_name); QByteArray fileContent; QList<Certificate> retval; @@ -173,7 +172,6 @@ if (ret > 0) { qDebug() << "Some certificates could not be parsed."; - /* Maybe return here? */ } x509_crt *iter = &chain;