diff ui/certificatetablemodel.h @ 376:9731d28b95af

Implemented 'remove certificate' in administrator app.
author Raimund Renkert <rrenkert@intevation.de>
date Tue, 15 Apr 2014 12:32:34 +0200
parents 9ba7b4b4c1de
children 26651cc0cc47
line wrap: on
line diff
--- a/ui/certificatetablemodel.h	Tue Apr 15 09:44:54 2014 +0200
+++ b/ui/certificatetablemodel.h	Tue Apr 15 12:32:34 2014 +0200
@@ -18,6 +18,7 @@
     CertificateTabelModel(QObject *parent = 0);
 
     void addCertificate(const Certificate &certificate, bool editable);
+    bool removeRows(int row, int count, const QModelIndex&);
     int rowCount(const QModelIndex &parent = QModelIndex()) const;
     int columnCount(const QModelIndex &parent = QModelIndex()) const;
 

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