Mercurial > trustbridge
comparison ui/createcertlistdialog.h @ 1317:d009da9cfa10
(issue157) Reload list after successful creation
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 13 Oct 2014 17:41:12 +0200 |
parents | 2a1aa9df8f11 |
children |
comparison
equal
deleted
inserted
replaced
1316:ff9cd05e861e | 1317:d009da9cfa10 |
---|---|
44 * @returns true on success false on error. | 44 * @returns true on success false on error. |
45 */ | 45 */ |
46 static bool writeList(const QList<Certificate>& certs, | 46 static bool writeList(const QList<Certificate>& certs, |
47 const QString& filePath, const QDateTime& listDate, pk_context *pk); | 47 const QString& filePath, const QDateTime& listDate, pk_context *pk); |
48 | 48 |
49 signals: | |
50 /** @brief signal that is emited when the creation of a new list was successful.*/ | |
51 void creationSuccessful(); | |
49 | 52 |
50 private: | 53 private: |
51 void setupGUI(); | 54 void setupGUI(); |
52 | 55 |
53 QLineEdit *mKeyFile; | 56 QLineEdit *mKeyFile; |