summaryrefslogtreecommitdiffstats
path: root/src/designer/src/lib/shared/textpropertyeditor_p.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2017-03-28 14:56:56 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2017-04-13 07:41:20 +0000
commite32da422e35fc41a9e892e5a04a88a0959dd0c88 (patch)
treee44ebf7d0f24d0a936c37cdbc4e9eb45d5a5d51a /src/designer/src/lib/shared/textpropertyeditor_p.h
parent8f9b747f030bb41556831a23ec2a8e7e76fb7dc0 (diff)
Qt Designer: Port to QRegularExpression
Change-Id: I56f3270ed2307d779d73e04802761e1c0d724fa1 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Diffstat (limited to 'src/designer/src/lib/shared/textpropertyeditor_p.h')
-rw-r--r--src/designer/src/lib/shared/textpropertyeditor_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/designer/src/lib/shared/textpropertyeditor_p.h b/src/designer/src/lib/shared/textpropertyeditor_p.h
index a44e15143..c81b77f10 100644
--- a/src/designer/src/lib/shared/textpropertyeditor_p.h
+++ b/src/designer/src/lib/shared/textpropertyeditor_p.h
@@ -125,7 +125,7 @@ namespace qdesigner_internal {
void slotEditingFinished();
private:
- void setRegExpValidator(const QString &pattern);
+ void setRegularExpressionValidator(const QString &pattern);
void markIntermediateState();
TextPropertyValidationMode m_validationMode;