Helpviewer/UrlBar/SslLabel.py

changeset 5726
e1dbd217214a
parent 5389
9b1c800daff3
child 6048
82ad8ec9548c
--- a/Helpviewer/UrlBar/SslLabel.py	Fri May 05 19:05:26 2017 +0200
+++ b/Helpviewer/UrlBar/SslLabel.py	Fri May 05 19:06:52 2017 +0200
@@ -16,6 +16,8 @@
 class SslLabel(QLabel):
     """
     Class implementing the label to show some SSL info.
+    
+    @signal clicked(pos) emitted to indicate a click of the label (QPoint)
     """
     clicked = pyqtSignal(QPoint)
     

eric ide

mercurial