--- a/eric6/DebugClients/Python/DebugClientBase.py Sat Jun 20 17:36:20 2020 +0200 +++ b/eric6/DebugClients/Python/DebugClientBase.py Sun Jun 21 18:26:12 2020 +0200 @@ -1590,7 +1590,7 @@ def __formatQtVariable(self, value, qttype): """ - Private method to produce a formatted output of a simple Qt4/Qt5 type. + Private method to produce a formatted output of a simple Qt5 type. @param value variable to be formatted @param qttype type of the Qt variable to be formatted (string)