diff 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
line wrap: on
line diff
--- a/ui/createcertlistdialog.h	Mon Oct 13 17:23:35 2014 +0200
+++ b/ui/createcertlistdialog.h	Mon Oct 13 17:41:12 2014 +0200
@@ -46,6 +46,9 @@
     static bool writeList(const QList<Certificate>& certs,
             const QString& filePath, const QDateTime& listDate, pk_context *pk);
 
+signals:
+    /** @brief signal that is emited when the creation of a new list was successful.*/
+    void creationSuccessful();
 
 private:
     void setupGUI();

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