qt5base-lts/tests/auto/corelib/tools/qregexp
Giuseppe D'Angelo 136c2bf184 QRegExp: fix crash
Fixes a crash when invoking various QRegExp methods on an object
*before* doing any match. For instance fixes:
  QRegExp re;
  re.matchedLength(); // crash

Task-number: QTBUG-23352
Change-Id: I9c239ff790a139c7820ef1aeced89d31320ae6b0
Reviewed-by: Andy Shaw <andy.shaw@digia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-02-27 13:54:24 +01:00
..
.gitignore Moving relevant tests to corelib/tools 2011-09-01 13:07:23 +02:00
qregexp.pro Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
tst_qregexp.cpp QRegExp: fix crash 2012-02-27 13:54:24 +01:00