Mercurial > trustbridge
diff ui/certificatelist.h @ 455:4204ae2753d9
Added getter for certificate list date.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 23 Apr 2014 13:59:33 +0200 |
parents | 17e1c8f37d72 |
children | f89b41fa7048 |
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;