eric6/DebugClients/Python/DebugConfig.py

changeset 7775
4a1db75550bd
parent 7639
422fd05e9c91
child 7862
817ef8e0fa66
child 7924
8a96736d465e
--- a/eric6/DebugClients/Python/DebugConfig.py	Sat Oct 10 16:03:53 2020 +0200
+++ b/eric6/DebugClients/Python/DebugConfig.py	Sun Oct 11 17:54:52 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