ViewManager/ViewManager.py

branch
QtWebEngine
changeset 4913
e16573640cb8
parent 4896
5ace700023de
child 4917
682750cc7bd5
diff -r e97af1181efd -r e16573640cb8 ViewManager/ViewManager.py
--- a/ViewManager/ViewManager.py	Sat Apr 02 19:44:09 2016 +0200
+++ b/ViewManager/ViewManager.py	Sun Apr 03 16:22:18 2016 +0200
@@ -11,7 +11,7 @@
 
 import os
 
-from PyQt5.QtCore import pyqtSignal, pyqtSlot, QSignalMapper, QTimer, \
+from PyQt5.QtCore import pyqtSignal, QSignalMapper, QTimer, \
     QFileInfo, QRegExp, Qt, QCoreApplication
 from PyQt5.QtGui import QColor, QKeySequence, QPalette, QPixmap
 from PyQt5.QtWidgets import QLineEdit, QToolBar, QWidgetAction, QDialog, \
@@ -6574,7 +6574,6 @@
         if editor:
             self.editorRenamedEd.emit(editor)
         
-##    @pyqtSlot(str, int, int)
     def __cursorChanged(self, fn, line, pos):
         """
         Private slot to handle the cursorChanged signal.

eric ide

mercurial