Mercurial > trustbridge
diff ui/certificateitemdelegate.h @ 445:b3721ded6f5b
Sort and filter the certificate list, changed certificate item roles.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 23 Apr 2014 11:53:57 +0200 |
parents | 2e5499fae159 |
children | ab622e094786 |
line wrap: on
line diff
--- a/ui/certificateitemdelegate.h Tue Apr 22 16:46:47 2014 +0200 +++ b/ui/certificateitemdelegate.h Wed Apr 23 11:53:57 2014 +0200 @@ -36,9 +36,8 @@ /** @brief different roles for this tiem */ enum ItemRole { - DetailsRole = Qt::UserRole, /* The certificate details for the window */ + DataRole = Qt::UserRole, /* The certificate details for the window */ StatusRole, /* Certificate status */ - B64LineRole /* The I:/R: <cert> line */ }; private: