Mercurial > trustbridge
diff ui/certificatelist.h @ 79:1dd8e91972a8
Add accessors to certificate's in certificatelist
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 19 Mar 2014 16:35:49 +0000 |
parents | 64c8c6350e60 |
children | 00a93409e93e |
line wrap: on
line diff
--- a/ui/certificatelist.h Wed Mar 19 16:35:13 2014 +0000 +++ b/ui/certificatelist.h Wed Mar 19 16:35:49 2014 +0000 @@ -44,7 +44,8 @@ */ bool isValid() const {return mStatus == Valid;} - const QList<Certificate>& getCertificates() const; + const QList<Certificate>& getInstallCertificates() const; + const QList<Certificate>& getRemoveCertificates() const; private: QString mFileName;