Mercurial > trustbridge
changeset 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 | 84ae353688e0 |
files | ui/certificatelist.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ui/certificatelist.h Tue Apr 01 10:51:05 2014 +0000 +++ b/ui/certificatelist.h Tue Apr 01 10:51:36 2014 +0000 @@ -50,6 +50,9 @@ /* @brief get the raw certificate list */ const QString& rawData() const {return mData;} + /* @brief get the absolute filename of the certificate */ + const QString& fileName() const {return mFileName;} + private: QList<Certificate> mCertificates; QString mData;