Mercurial > trustbridge
changeset 455:4204ae2753d9
Added getter for certificate list date.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 23 Apr 2014 13:59:33 +0200 |
parents | 94613c91a3d4 |
children | 37a97621b466 |
files | ui/certificatelist.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ui/certificatelist.h Wed Apr 23 12:34:37 2014 +0200 +++ b/ui/certificatelist.h Wed Apr 23 13:59:33 2014 +0200 @@ -60,6 +60,9 @@ /* @brief get the absolute filename of the certificate */ const QString& fileName() const {return mFileName;} + /* @brief get the list date. */ + const QDateTime& date() const {return mDate;} + private: QList<Certificate> mCertificates; QString mData;