# HG changeset patch # User Raimund Renkert # Date 1398254373 -7200 # Node ID 4204ae2753d9fe41b4d4fb9e82e86e7687f1dd32 # Parent 94613c91a3d433b3667622ffc708db6216271609 Added getter for certificate list date. diff -r 94613c91a3d4 -r 4204ae2753d9 ui/certificatelist.h --- 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 mCertificates; QString mData;