eric6/DebugClients/Python/ThreadExtension.py

branch
multi_processing
changeset 7412
0a995393d2ba
parent 7404
663f1c3d6f53
child 7415
e953b2a449a9
--- a/eric6/DebugClients/Python/ThreadExtension.py	Thu Feb 13 19:27:10 2020 +0100
+++ b/eric6/DebugClients/Python/ThreadExtension.py	Fri Feb 14 19:52:37 2020 +0100
@@ -407,6 +407,8 @@
                 super(QThreadWrapper, self).__init__(*args, **kwargs)
         
         module.QThread = QThreadWrapper
+    
+    # TODO: add support for QRunnable
 
 #
 # eflag: noqa = M702

eric ide

mercurial