Mercurial > trustbridge
diff ui/certificatetablemodel.h @ 358:9ba7b4b4c1de
Implemented the load from certificate file and set the edit state of certificates.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 10 Apr 2014 17:06:37 +0200 |
parents | e6aa82466420 |
children | 9731d28b95af |
line wrap: on
line diff
--- a/ui/certificatetablemodel.h Thu Apr 10 17:04:41 2014 +0200 +++ b/ui/certificatetablemodel.h Thu Apr 10 17:06:37 2014 +0200 @@ -17,7 +17,7 @@ public: CertificateTabelModel(QObject *parent = 0); - void addCertificate(const Certificate &certificate); + void addCertificate(const Certificate &certificate, bool editable); int rowCount(const QModelIndex &parent = QModelIndex()) const; int columnCount(const QModelIndex &parent = QModelIndex()) const;