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:57 +0100
commit6a1c5e483f33e38e7527272d1cce859c46bba8e1 (patch)
tree9f0265a29eb044e020e287910293054a1d7a67d0 /src/imports/xmllistmodel/qqmlxmllistmodel.cpp
parenteaad31bcaccd7dd3e7e1cad755eb337092ad0266 (diff)
parentff18ac06286c453acfd3929ebc806229cd1eb69f (diff)
downloadqtxmlpatterns-6a1c5e483f33e38e7527272d1cce859c46bba8e1.tar.gz
Merge "Merge remote-tracking branch 'origin/5.15' into dev"
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();