summaryrefslogtreecommitdiff
path: root/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2020-01-21 03:04:51 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2020-01-21 03:04:52 +0100
commitff18ac06286c453acfd3929ebc806229cd1eb69f (patch)
tree20e62c671f0aed3695da7148f28f685daa008ed2 /src/imports/xmllistmodel/qqmlxmllistmodel.cpp
parent3ab7db4af2f6fba953454e8bcd6ee982198637ae (diff)
parente263fec484d23fc2e652f538f39934b5364339e1 (diff)
downloadqtxmlpatterns-ff18ac06286c453acfd3929ebc806229cd1eb69f.tar.gz
Merge remote-tracking branch 'origin/5.15' into dev
Change-Id: Ia0f79b0c59c6339e471533b644f40995d8c4df37
Diffstat (limited to 'src/imports/xmllistmodel/qqmlxmllistmodel.cpp')
-rw-r--r--src/imports/xmllistmodel/qqmlxmllistmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/xmllistmodel/qqmlxmllistmodel.cpp b/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
index 053e16a..494a007 100644
--- a/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
+++ b/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
@@ -1107,7 +1107,7 @@ void QQuickXmlListModel::requestFinished()
}
d->redirectCount = 0;
- if (d->reply->error() != QNetworkReply::NoError) {
+ if (d->reply->networkError() != QNetworkReply::NoError) {
d->errorString = d->reply->errorString();
d->deleteReply();