eric7/DebugClients/Python/DebugClientBase.py

branch
eric7
changeset 8549
15eca21fd968
parent 8496
72642569dd21
child 8568
890dfe038613
diff -r c87eb20797b7 -r 15eca21fd968 eric7/DebugClients/Python/DebugClientBase.py
--- a/eric7/DebugClients/Python/DebugClientBase.py	Sat Aug 28 19:48:56 2021 +0200
+++ b/eric7/DebugClients/Python/DebugClientBase.py	Sat Aug 28 19:57:35 2021 +0200
@@ -1629,7 +1629,7 @@
         
     def __formatQtVariable(self, value, qttype):
         """
-        Private method to produce a formatted output of a simple Qt5 type.
+        Private method to produce a formatted output of a simple Qt5/Qt6 type.
         
         @param value variable to be formatted
         @param qttype type of the Qt variable to be formatted (string)

eric ide

mercurial