summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/data/qitemmodelsurfacedataproxy_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/datavisualization/data/qitemmodelsurfacedataproxy_p.h')
-rw-r--r--src/datavisualization/data/qitemmodelsurfacedataproxy_p.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/datavisualization/data/qitemmodelsurfacedataproxy_p.h b/src/datavisualization/data/qitemmodelsurfacedataproxy_p.h
index 011a5221..1c8380b6 100644
--- a/src/datavisualization/data/qitemmodelsurfacedataproxy_p.h
+++ b/src/datavisualization/data/qitemmodelsurfacedataproxy_p.h
@@ -75,11 +75,11 @@ private:
bool m_autoRowCategories;
bool m_autoColumnCategories;
- QRegExp m_rowRolePattern;
- QRegExp m_columnRolePattern;
- QRegExp m_xPosRolePattern;
- QRegExp m_yPosRolePattern;
- QRegExp m_zPosRolePattern;
+ QRegularExpression m_rowRolePattern;
+ QRegularExpression m_columnRolePattern;
+ QRegularExpression m_xPosRolePattern;
+ QRegularExpression m_yPosRolePattern;
+ QRegularExpression m_zPosRolePattern;
QString m_rowRoleReplace;
QString m_columnRoleReplace;