[neon/kde/plasma-workspace/Neon/unstable_jammy] debian/patches: Update 0001_kded_geoip

Carlos De Maine null at kde.org
Sun Jun 9 13:24:09 BST 2024


Git commit cc88218f7bf5fb2d278416f8fda32bd3b3cb459f by Carlos De Maine.
Committed on 09/06/2024 at 12:24.
Pushed by carlosdem into branch 'Neon/unstable_jammy'.

Update 0001_kded_geoip

M  +1    -1    debian/patches/0001_kded_geoip

https://invent.kde.org/neon/kde/plasma-workspace/-/commit/cc88218f7bf5fb2d278416f8fda32bd3b3cb459f

diff --git a/debian/patches/0001_kded_geoip b/debian/patches/0001_kded_geoip
index 8aa13e8..7c638c8 100644
--- a/debian/patches/0001_kded_geoip
+++ b/debian/patches/0001_kded_geoip
@@ -163,7 +163,7 @@ index 0000000000000000000000000000000000000000..348e8bbd3cd2cd15f312d85d37e2c610
 +    request.setPriority(QNetworkRequest::LowPriority);
 +    request.setAttribute(QNetworkRequest::CacheLoadControlAttribute, QNetworkRequest::AlwaysNetwork);
 +
-+    request.setHeader(QNetworkRequest::UserAgentHeader, QStringLiteral("kded/geotimezoned/") + qApp->applicationVersion());
++    request.setHeader(QNetworkRequest::UserAgentHeader, QString("kded/geotimezoned/") + qApp->applicationVersion());
 +
 +    auto *reply = m_nam.get(request);
 +    connect(reply, &QNetworkReply::finished, this, [this, reply] {


More information about the Neon-commits mailing list