qt5base-lts/src
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
..
3rdparty Fixed libjpeg compiler warning about macro redefinition. 2012-04-18 01:33:57 +02:00
concurrent Remove references to QT_NO_STL from QtConcurrent 2012-04-07 05:19:50 +02:00
corelib Don't strip the leading slash of letter+colon paths on Unix 2012-04-24 19:36:55 +02:00
dbus qdbusxml2cpp: fix build on Windows 2012-04-19 01:57:58 +02:00
gui Don't use the QRegExp methods that modify the object [QtGui] 2012-04-24 19:36:55 +02:00
modules Revert "List QtPrintSupport as a dependency of QtPlatformSupport." 2012-04-20 12:46:47 +02:00
network Fix tst_qtcpserver::serverAddress on Mac OSX 2012-04-24 15:58:26 +02:00
opengl Removed legacy pixmap and image cleanup hooks. 2012-04-19 16:57:08 +02:00
platformsupport Extend QUDeviceHelper to detect DRM graphics devices. 2012-04-19 08:48:18 +02:00
plugins Windows: Fix for frameless widgets. 2012-04-24 10:45:40 +02:00
printsupport PrintSupport - Remove Qt5 To-do Messages 2012-04-19 22:15:16 +02:00
sql QSqlQueryModel::setQuery() don't use deprecated reset() 2012-04-23 19:20:19 +02:00
testlib Add flag in testlib to disable committing the simulated touch 2012-04-24 19:36:55 +02:00
tools qdoc: Further changes to the QML specialization 2012-04-24 15:52:54 +02:00
widgets Fix unmatched double quote character 2012-04-23 09:45:24 +02:00
winmain replace uses of QMAKE_INCDIR_QT and QMAKE_LIBDIR_QT with module-specific variables 2012-03-08 18:57:56 +01:00
xml Doc: Fix most QDoc errors in QtXml. 2012-04-23 09:45:24 +02:00
qbase.pri Moved common module profiles to be feature profiles. 2011-06-05 14:47:14 +02:00
qt_install.pri Moved common module profiles to be feature profiles. 2011-06-05 14:47:14 +02:00
qt_targets.pri Moved common module profiles to be feature profiles. 2011-06-05 14:47:14 +02:00
src.pro Reintroduce testlib to widget free builds 2012-04-17 03:26:32 +02:00