[neon/mobile/plasma-mobile/Neon/stable] debian/patches: remove patch in branch

Jonathan Riddell null at kde.org
Thu Jun 27 13:09:13 BST 2024


Git commit 965b911c03fa7fc4d067c35348b911aa7e083f1d by Jonathan Riddell.
Committed on 27/06/2024 at 12:08.
Pushed by jriddell into branch 'Neon/stable'.

remove patch in branch

D  +0    -16   debian/patches/noconst.diff
D  +0    -1    debian/patches/series

https://invent.kde.org/neon/mobile/plasma-mobile/-/commit/965b911c03fa7fc4d067c35348b911aa7e083f1d

diff --git a/debian/patches/noconst.diff b/debian/patches/noconst.diff
deleted file mode 100644
index 310a83a..0000000
--- a/debian/patches/noconst.diff
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/envmanager/settings.cpp b/envmanager/settings.cpp
-index bd24a313a..337399aa3 100644
---- a/envmanager/settings.cpp
-+++ b/envmanager/settings.cpp
-@@ -127,8 +127,9 @@ void Settings::loadKeys(const QString &fileName, KSharedConfig::Ptr &config, con
- // NOTE: this only saves a value if it hasn't already been saved
- void Settings::saveConfigSetting(const QString &fileName, const QString &group, const QString &key, const QVariant value)
- {
--    const auto savedGroup = KConfigGroup{m_mobileConfig, SAVED_CONFIG_GROUP};
--    const auto fileGroup = KConfigGroup{&savedGroup, fileName};
-+    // These are not const because we are writing an entry
-+    auto savedGroup = KConfigGroup{m_mobileConfig, SAVED_CONFIG_GROUP};
-+    auto fileGroup = KConfigGroup{&savedGroup, fileName};
-     auto keyGroup = KConfigGroup{&fileGroup, group};
- 
-     if (!keyGroup.hasKey(key)) {
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ee95a1e..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-noconst.diff



More information about the Neon-commits mailing list