From b2ee684a13d01363c121d3ba597feaf274786fdb Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Thu, 9 Apr 2020 16:27:12 +0200 Subject: Remove QRegExp support from QString and StringList Replacement methods do now exist in QRegExp, or for QRegularExpression when porting to it. Remove all autotests associated with the old methods. Change-Id: I3ff1e0da4b53adb64d5a48a30aecd8b960f5e633 Reviewed-by: Thiago Macieira --- tests/benchmarks/corelib/text/qstring/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/benchmarks/corelib') diff --git a/tests/benchmarks/corelib/text/qstring/main.cpp b/tests/benchmarks/corelib/text/qstring/main.cpp index 826a843c10..35db568b82 100644 --- a/tests/benchmarks/corelib/text/qstring/main.cpp +++ b/tests/benchmarks/corelib/text/qstring/main.cpp @@ -36,7 +36,6 @@ public: tst_QString(); private slots: void section_regexp_data() { section_data_impl(); } - void section_regexp() { section_impl(); } void section_regularexpression_data() { section_data_impl(); } void section_regularexpression() { section_impl(); } void section_string_data() { section_data_impl(false); } -- cgit v1.2.3