diff ui/certificateitemwidget.h @ 1288:265583011f24

(issue123) Add possibility to open native certificate dialog This is currently only implemented for windows.
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 29 Sep 2014 13:12:58 +0200
parents 2a1aa9df8f11
children d2b32c75efcf
line wrap: on
line diff
--- a/ui/certificateitemwidget.h	Mon Sep 29 13:02:41 2014 +0200
+++ b/ui/certificateitemwidget.h	Mon Sep 29 13:12:58 2014 +0200
@@ -66,8 +66,12 @@
     QToolButton *mButton;
 
 private slots:
+    /** @brief called when the certificate state has been changed */
     void currentStateChanged(bool state);
 
+    /** @brief Used to open the native cert dialog of the certificate */
+    void showCertDlg();
+
 signals:
     void stateChanged(bool state, const Certificate &cert);
 };

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