diff -r 84e868de5a24 -r 059c8f981ef4 Plugins/ViewManagerPlugins/Listspace/Listspace.py --- a/Plugins/ViewManagerPlugins/Listspace/Listspace.py Thu Jan 18 11:10:57 2018 +0100 +++ b/Plugins/ViewManagerPlugins/Listspace/Listspace.py Thu Jan 18 18:57:40 2018 +0100 @@ -11,7 +11,7 @@ import os -from PyQt5.QtCore import pyqtSignal, QFileInfo, QEvent, Qt +from PyQt5.QtCore import pyqtSignal, pyqtSlot, QFileInfo, QEvent, Qt from PyQt5.QtWidgets import QStackedWidget, QSplitter, QListWidget, \ QListWidgetItem, QSizePolicy, QMenu, QApplication @@ -647,6 +647,7 @@ self.nextSplitAct.setEnabled(True) self.prevSplitAct.setEnabled(True) + @pyqtSlot() def removeSplit(self, index=-1): """ Public method used to remove the current split view or a split view