Mercurial > trustbridge
diff ui/certificatelistwidget.h @ 653:39f03316f675 trustbridge-refactor
Change button text when toggling details and select the first list item.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 25 Jun 2014 14:56:19 +0200 |
parents | c1b35edb097f |
children | 973a7ce19658 |
line wrap: on
line diff
--- a/ui/certificatelistwidget.h Wed Jun 25 14:54:45 2014 +0200 +++ b/ui/certificatelistwidget.h Wed Jun 25 14:56:19 2014 +0200 @@ -38,6 +38,7 @@ QList<Certificate> certificateList(); int selectedCertCount(); bool contains(const Certificate &cert); + void setSelected(int index); private: void setupGUI();