Mercurial > trustbridge
diff ui/certificateitemwidget.cpp @ 1101:2b3526ef2d69
(issue111) Keep manually changed certificates in the manually changed list.
This invents the new property "active certificate"
an inactive certificate is a certificate that is displayed but
has no impact on the store.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 15 Sep 2014 13:55:47 +0200 |
parents | 9c4543128666 |
children | 6f7b7d88f048 |
line wrap: on
line diff
--- a/ui/certificateitemwidget.cpp Mon Sep 15 12:50:26 2014 +0200 +++ b/ui/certificateitemwidget.cpp Mon Sep 15 13:55:47 2014 +0200 @@ -139,9 +139,9 @@ this, SLOT(currentStateChanged(int))); } -Certificate CertificateItemWidget::certificate() +Certificate* CertificateItemWidget::certificate() { - return mCertificate; + return &mCertificate; } void CertificateItemWidget::currentStateChanged(int)