Mercurial > trustbridge
comparison ui/certificatelist.h @ 255:c82dab1824be
Expose the filename in certificatelist
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Tue, 01 Apr 2014 10:51:36 +0000 |
parents | cb8d7af5ec3a |
children | 17e1c8f37d72 |
comparison
equal
deleted
inserted
replaced
254:cb8d7af5ec3a | 255:c82dab1824be |
---|---|
48 const QList<Certificate>& getCertificates() const; | 48 const QList<Certificate>& getCertificates() const; |
49 | 49 |
50 /* @brief get the raw certificate list */ | 50 /* @brief get the raw certificate list */ |
51 const QString& rawData() const {return mData;} | 51 const QString& rawData() const {return mData;} |
52 | 52 |
53 /* @brief get the absolute filename of the certificate */ | |
54 const QString& fileName() const {return mFileName;} | |
55 | |
53 private: | 56 private: |
54 QList<Certificate> mCertificates; | 57 QList<Certificate> mCertificates; |
55 QString mData; | 58 QString mData; |
56 QString mFileName; | 59 QString mFileName; |
57 list_status_t mStatus; | 60 list_status_t mStatus; |