comparison 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
comparison
equal deleted inserted replaced
564:f115da3645d5 565:9db7034b2d6c
49 * 49 *
50 * @param currentCerts Path to the current certificate list file. 50 * @param currentCerts Path to the current certificate list file.
51 */ 51 */
52 void logChanges(const QString &currentCerts); 52 void logChanges(const QString &currentCerts);
53 53
54 /** @brief get the currently changed certificates.
55 * @return a list of certificates.
56 */
57 QList<Certificate> currentChanges();
58
54 private slots: 59 private slots:
55 void createInstaller(); 60 void createInstaller();
56 void showAbout(); 61 void showAbout();
57 void loadCertificateFile(); 62 void loadCertificateFile();
58 void saveCertificateFile(); 63 void saveCertificateFile();

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