summaryrefslogtreecommitdiff
path: root/src/webengine/api/qquickwebenginetestsupport.cpp
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-03-11 10:25:38 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2016-03-11 10:25:38 +0000
commitc305cc06c74cb95ef2ddfacee0ede1d82e3dbb3c (patch)
treee09e2ccbc9bda8f46737c89e8b2297061d6daade /src/webengine/api/qquickwebenginetestsupport.cpp
parentf658dcb0893e7869cc0c029bfe0be82838af4bb8 (diff)
parentccf12049b662fe1b03b5b0ea199d29b32f072eda (diff)
downloadqtwebengine-c305cc06c74cb95ef2ddfacee0ede1d82e3dbb3c.tar.gz
Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7
Diffstat (limited to 'src/webengine/api/qquickwebenginetestsupport.cpp')
-rw-r--r--src/webengine/api/qquickwebenginetestsupport.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webengine/api/qquickwebenginetestsupport.cpp b/src/webengine/api/qquickwebenginetestsupport.cpp
index 33f48471a..46ffb06f4 100644
--- a/src/webengine/api/qquickwebenginetestsupport.cpp
+++ b/src/webengine/api/qquickwebenginetestsupport.cpp
@@ -51,6 +51,7 @@ void QQuickWebEngineErrorPage::loadFinished(bool success, const QUrl &url)
{
// Loading of the error page should not fail.
Q_ASSERT(success);
+ Q_UNUSED(success);
QQuickWebEngineLoadRequest loadRequest(url, QQuickWebEngineView::LoadSucceededStatus);
Q_EMIT loadingChanged(&loadRequest);