ViewManager/ViewManager.py

changeset 6072
059c8f981ef4
parent 6053
c2d1566692d3
child 6097
bf18415da0c7
child 6116
f3d3c996c193
--- a/ViewManager/ViewManager.py	Thu Jan 18 11:10:57 2018 +0100
+++ b/ViewManager/ViewManager.py	Thu Jan 18 18:57:40 2018 +0100
@@ -11,7 +11,7 @@
 
 import os
 
-from PyQt5.QtCore import pyqtSignal, QSignalMapper, QTimer, \
+from PyQt5.QtCore import pyqtSignal, pyqtSlot, QSignalMapper, QTimer, \
     QFileInfo, QRegExp, Qt, QCoreApplication
 from PyQt5.QtGui import QColor, QKeySequence, QPalette, QPixmap
 from PyQt5.QtWidgets import QLineEdit, QToolBar, QWidgetAction, QDialog, \
@@ -478,6 +478,7 @@
         """
         pass
         
+    @pyqtSlot()
     def removeSplit(self, index=-1):
         """
         Public method used to remove the current split view or a split view

eric ide

mercurial