diff -r 8c3d033e5044 -r 0cdead130a81 eric6/DebugClients/Python/DebugConfig.py --- a/eric6/DebugClients/Python/DebugConfig.py Sat Jun 20 17:36:20 2020 +0200 +++ b/eric6/DebugClients/Python/DebugConfig.py Sun Jun 21 18:26:12 2020 +0200 @@ -26,7 +26,7 @@ BatchSize = 200 ConfigQtNames = ( - 'PyQt5.', 'PyQt4.', 'PySide2.', 'PySide.', 'Shiboken.EnumType' + 'PyQt5.', 'PySide2.', 'Shiboken.EnumType' ) ConfigKnownQtTypes = ( '.QChar', '.QByteArray', '.QString', '.QStringList', '.QPoint', '.QPointF',