summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-03-15 18:12:39 +0100
committerLars Knoll <lars.knoll@qt.io>2020-03-17 08:35:50 +0100
commitdee55af0a5359bb3b57a89cf3065ffca9d8506da (patch)
treeae849c37c5b43e4c2818d506077bacce5f28629f /src/corelib
parentbefd198c15b7a2b95f539372d2557063b6b397a6 (diff)
Remove QRegExpValidator
As QRegExp will be moved to a compat library in Qt 6. Change-Id: I181aec45bd798f49d2c50a0e7fb64782e004b854 Reviewed-by: Samuel Gaist <samuel.gaist@idiap.ch>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/text/qregexp.cpp2
1 files changed, 1 insertions, 1 deletions
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}
*/