comparison ui/certificateitemwidget.h @ 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 78798d3af8f0
children 6f7b7d88f048
comparison
equal deleted inserted replaced
1100:77afafd23a1b 1101:2b3526ef2d69
41 const QString& installLabel = QString(), 41 const QString& installLabel = QString(),
42 const QString& removeLabel = QString()); 42 const QString& removeLabel = QString());
43 43
44 bool state(); 44 bool state();
45 void setState(bool state); 45 void setState(bool state);
46 Certificate certificate(); 46 Certificate *certificate();
47 47
48 private: 48 private:
49 void setupGUI(); 49 void setupGUI();
50 50
51 Certificate mCertificate; 51 Certificate mCertificate;

http://wald.intevation.org/projects/trustbridge/