From dee55af0a5359bb3b57a89cf3065ffca9d8506da Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Sun, 15 Mar 2020 18:12:39 +0100 Subject: Remove QRegExpValidator As QRegExp will be moved to a compat library in Qt 6. Change-Id: I181aec45bd798f49d2c50a0e7fb64782e004b854 Reviewed-by: Samuel Gaist --- src/corelib/text/qregexp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib') diff --git a/src/corelib/text/qregexp.cpp b/src/corelib/text/qregexp.cpp index 9301a7e573..3b6cdb133a 100644 --- a/src/corelib/text/qregexp.cpp +++ b/src/corelib/text/qregexp.cpp @@ -686,7 +686,7 @@ QT_BEGIN_NAMESPACE the position in the string where the match was made (or -1 if there was no match). - \sa QString, QStringList, QRegExpValidator, QSortFilterProxyModel, + \sa QString, QStringList, QSortFilterProxyModel, {tools/regexp}{Regular Expression Example} */ -- cgit v1.2.3