changeset 545:d59745a8a9bf

class Certificate: disable unused member variable mInstCert for now. (cppcheck-1.65 warning.)
author Bernhard Reiter <bernhard@intevation.de>
date Thu, 15 May 2014 16:49:12 +0200
parents fa9bcad3fe65
children da00099aef5d
files ui/certificate.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ui/certificate.h	Tue Apr 29 21:27:31 2014 +0200
+++ b/ui/certificate.h	Thu May 15 16:49:12 2014 +0200
@@ -143,7 +143,7 @@
     void parseDetails(const QByteArray& cert);
 
     bool mValid;
-    bool mInstCert;
+    /* bool mInstCert; */
     bool mEditable;
 
     QString mSubjectOU,

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