Mercurial > trustbridge
diff ui/administratorwindow.h @ 565:9db7034b2d6c
Added method to get the current certificate list changes.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 22 May 2014 18:28:07 +0200 |
parents | ccdc4c6b97ce |
children | 75cd2fbf9ac6 |
line wrap: on
line diff
--- a/ui/administratorwindow.h Thu May 22 16:07:02 2014 +0000 +++ b/ui/administratorwindow.h Thu May 22 18:28:07 2014 +0200 @@ -51,6 +51,11 @@ */ void logChanges(const QString ¤tCerts); + /** @brief get the currently changed certificates. + * @return a list of certificates. + */ + QList<Certificate> currentChanges(); + private slots: void createInstaller(); void showAbout();