src/eric7/Tasks/TaskViewer.py

branch
eric7
changeset 10069
435cc5875135
parent 10050
3750abc45d5e
child 10431
64157aeb0312
--- 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.

eric ide

mercurial