Mercurial > trustbridge
comparison ui/certificateitemwidget.cpp @ 1108:9bb9932bb819
Revert commit 1101 the inactive manual changes were a bad idea
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 15 Sep 2014 17:47:12 +0200 |
parents | 6f7b7d88f048 |
children | 6594e8e63a25 |
comparison
equal
deleted
inserted
replaced
1107:51d3b361f17a | 1108:9bb9932bb819 |
---|---|
117 { | 117 { |
118 mState = state; | 118 mState = state; |
119 mButton->setChecked(!state); | 119 mButton->setChecked(!state); |
120 } | 120 } |
121 | 121 |
122 Certificate* CertificateItemWidget::certificate() | 122 Certificate CertificateItemWidget::certificate() |
123 { | 123 { |
124 return &mCertificate; | 124 return mCertificate; |
125 } | 125 } |
126 | 126 |
127 void CertificateItemWidget::currentStateChanged(bool state) | 127 void CertificateItemWidget::currentStateChanged(bool state) |
128 { | 128 { |
129 mState = !state; | 129 mState = !state; |