Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.py

changeset 3874
913d3c607534
parent 3656
441956d8fce5
child 4021
195a471c327b
diff -r 52e44def50d0 -r 913d3c607534 Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.py
--- a/Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.py	Sun Oct 19 11:39:57 2014 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.py	Sun Oct 19 12:26:01 2014 +0200
@@ -9,6 +9,7 @@
 
 from __future__ import unicode_literals
 
+from PyQt5.QtCore import pyqtSlot
 from PyQt5.QtWidgets import QDialog, QDialogButtonBox
 
 from .Ui_HgCommandDialog import Ui_HgCommandDialog
@@ -53,6 +54,7 @@
         msh = self.minimumSizeHint()
         self.resize(max(self.width(), msh.width()), msh.height())
     
+    @pyqtSlot(str)
     def on_commandCombo_editTextChanged(self, text):
         """
         Private method used to enable/disable the OK-button.

eric ide

mercurial