comparison ui/certificate.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 2f5db8c70bc2
children 1f27d6db5ee3
comparison
equal deleted inserted replaced
78:2f5db8c70bc2 79:1dd8e91972a8
30 * 30 *
31 * This description should be used as a short overview 31 * This description should be used as a short overview
32 * for this certificate 32 * for this certificate
33 * 33 *
34 **/ 34 **/
35 QString shortDescription(); 35 const QString& shortDescription() const;
36 36
37 private: 37 private:
38 bool mValid; 38 bool mValid;
39 QString mShortDescription; 39 QString mShortDescription;
40 40

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