eric6/DebugClients/Python/DebugConfig.py

branch
multi_processing
changeset 7802
eefe954f01e8
parent 7775
4a1db75550bd
child 7862
817ef8e0fa66
child 7924
8a96736d465e
diff -r 39e3db2b4936 -r eefe954f01e8 eric6/DebugClients/Python/DebugConfig.py
--- a/eric6/DebugClients/Python/DebugConfig.py	Sun Jul 05 11:11:24 2020 +0200
+++ b/eric6/DebugClients/Python/DebugConfig.py	Sun Oct 18 12:35:30 2020 +0200
@@ -29,7 +29,7 @@
     '.QChar', '.QByteArray', '.QString', '.QStringList', '.QPoint', '.QPointF',
     '.QRect', '.QRectF', '.QSize', '.QSizeF', '.QColor', '.QDate', '.QTime',
     '.QDateTime', '.QDir', '.QFile', '.QFont', '.QUrl', '.QModelIndex',
-    '.QRegExp', '.QAction', '.QKeySequence', '.QDomAttr', '.QDomCharacterData',
-    '.QDomComment', '.QDomDocument', '.QDomElement', '.QDomText',
-    '.QHostAddress', '.EnumType'
+    '.QRegExp', '.QRegularExpression', '.QAction', '.QKeySequence',
+    '.QDomAttr', '.QDomCharacterData', '.QDomComment', '.QDomDocument',
+    '.QDomElement', '.QDomText', '.QHostAddress', '.EnumType'
 )

eric ide

mercurial