comparison 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
comparison
equal deleted inserted replaced
25:92108a2120f1 26:cbd57d767dfa
33 /** @brief Returns true if the list is Valid 33 /** @brief Returns true if the list is Valid
34 * 34 *
35 * A list is valid only if the signature matched and the 35 * A list is valid only if the signature matched and the
36 * list could be parsed. 36 * list could be parsed.
37 */ 37 */
38 bool isValid() {return mStatus == Valid;} const 38 bool isValid() const {return mStatus == Valid;}
39 39
40 const QList<Certificate>& getCertificates() const; 40 const QList<Certificate>& getCertificates() const;
41 41
42 private: 42 private:
43 QString mFileName; 43 QString mFileName;

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