summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/qwebenginepage/tst_qwebenginepage.cpp
diff options
context:
space:
mode:
authorSamuel Gaist <samuel.gaist@idiap.ch>2019-01-07 17:40:26 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-01-09 10:54:20 +0000
commitcffba828bc53fab284f030b8131ea47913108618 (patch)
tree62b0cf6c0466d464d382403828df7c5872347a6d /tests/auto/widgets/qwebenginepage/tst_qwebenginepage.cpp
parentda7f548954c39b17277ca504d494410937ebb458 (diff)
Test: port tests to QRegularExpression
This patch updates the tests to use QRegularExpression in place of QRegExp which is to be considered deprecated. Fixes: QTBUG-72596 Change-Id: Idebd9595b60d653974aa6ac49a75e2f90fea184f Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'tests/auto/widgets/qwebenginepage/tst_qwebenginepage.cpp')
-rw-r--r--tests/auto/widgets/qwebenginepage/tst_qwebenginepage.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/widgets/qwebenginepage/tst_qwebenginepage.cpp b/tests/auto/widgets/qwebenginepage/tst_qwebenginepage.cpp
index 1258b2cde..6f984c24c 100644
--- a/tests/auto/widgets/qwebenginepage/tst_qwebenginepage.cpp
+++ b/tests/auto/widgets/qwebenginepage/tst_qwebenginepage.cpp
@@ -34,7 +34,6 @@
#include <QOpenGLWidget>
#include <QPaintEngine>
#include <QPushButton>
-#include <QRegExp>
#include <QScreen>
#include <QStateMachine>
#include <QtGui/QClipboard>