qt5base-lts/src/gui/util
Thiago Macieira 092118855b Don't use the QRegExp methods that modify the object [QtGui]
QRegExp matching methods modify the object, which we don't want to. In
particular, when we receive a QRegExp from the user or we store in a
context that might require thread-safety, make sure we make a copy
before using it.

QRegularExpression has no such shortcoming.

Task-number: QTBUG-25064
Change-Id: If119e06221ca99e57c5ad1a1d4cc6468e9f68c7b
Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
2012-04-24 19:36:55 +02:00
..
qdesktopservices.cpp Fix compilation of QDesktopServices without deprecated 2012-04-23 15:39:24 +02:00
qdesktopservices.h Fix compilation of QDesktopServices without deprecated 2012-04-23 15:39:24 +02:00
qhexstring_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qvalidator.cpp Don't use the QRegExp methods that modify the object [QtGui] 2012-04-24 19:36:55 +02:00
qvalidator.h QtGui: make some constructors explicit 2012-03-14 08:04:12 +01:00
util.pri move files in src/gui into their final locations 2011-05-11 20:18:42 +02:00