Network/IRC/IrcChannelEditDialog.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2960
9453efa25fd5
child 3145
a9de05d4a22f
--- a/Network/IRC/IrcChannelEditDialog.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Network/IRC/IrcChannelEditDialog.py	Fri Oct 18 23:00:41 2013 +0200
@@ -46,6 +46,8 @@
     def on_nameEdit_textChanged(self, txt):
         """
         Private slot to handle changes of the given name.
+        
+        @param txt text of the edit (string)
         """
         self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(txt != "")
     

eric ide

mercurial