summaryrefslogtreecommitdiffstats
path: root/src/nam.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nam.cpp')
-rw-r--r--src/nam.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nam.cpp b/src/nam.cpp
index 6128c40..b244505 100644
--- a/src/nam.cpp
+++ b/src/nam.cpp
@@ -49,6 +49,6 @@ QNetworkReply* SlxNetworkAccessManager::createRequest(QNetworkAccessManager::Ope
return new SlxDisabledNetworkReply(this, req, op);
}
auto cp(req);
- cp.setAttribute(QNetworkRequest::HTTP2AllowedAttribute, QVariant(false));
+ cp.setAttribute(QNetworkRequest::Http2AllowedAttribute, QVariant(false));
return QNetworkAccessManager::createRequest(op, cp, outgoingData);
}