--- a/src/eric7/Tasks/TaskViewer.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/Tasks/TaskViewer.py Thu May 25 19:51:47 2023 +0200 @@ -16,7 +16,7 @@ import threading import time -from PyQt6.QtCore import Qt, QThread, pyqtSignal +from PyQt6.QtCore import Qt, QThread, pyqtSignal, pyqtSlot from PyQt6.QtWidgets import ( QAbstractItemView, QApplication, @@ -259,6 +259,7 @@ self.__resort() self.__resizeColumns() + @pyqtSlot(QTreeWidgetItem, int) def __taskItemActivated(self, itm, col): """ Private slot to handle the activation of an item.