Mercurial > trustbridge
diff ui/certificatelist.h @ 26:cbd57d767dfa
Move layout around. Restructure CMakeLists
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 11 Mar 2014 19:00:35 +0100 |
parents | 92108a2120f1 |
children | 64c8c6350e60 |
line wrap: on
line diff
--- a/ui/certificatelist.h Mon Mar 10 14:15:15 2014 +0000 +++ b/ui/certificatelist.h Tue Mar 11 19:00:35 2014 +0100 @@ -35,7 +35,7 @@ * A list is valid only if the signature matched and the * list could be parsed. */ - bool isValid() {return mStatus == Valid;} const + bool isValid() const {return mStatus == Valid;} const QList<Certificate>& getCertificates() const;