QScintilla/ZoomDialog.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2965
d133c7edd88a
child 3145
a9de05d4a22f
--- a/QScintilla/ZoomDialog.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/QScintilla/ZoomDialog.py	Fri Oct 18 23:00:41 2013 +0200
@@ -25,6 +25,7 @@
         @param zoom zoom factor to show in the spinbox
         @param parent parent widget of this dialog (QWidget)
         @param name name of this dialog (string)
+        @param modal modal dialog state (boolean)
         """
         super(ZoomDialog, self).__init__(parent)
         if name:

eric ide

mercurial