[PATCH 1 of 3] Added getter for certificate list date
Wald Commits
scm-commit at wald.intevation.org
Wed Apr 23 14:00:56 CEST 2014
# HG changeset patch
# User Raimund Renkert <rrenkert at intevation.de>
# 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<Certificate> mCertificates;
QString mData;
More information about the Trustbridge-commits
mailing list