[neon/neon-packaging/digikam/Neon/stable] debian/patches: Revert "debian/patches/fix_build_with_qt69.diff"

Carlos De Maine null at kde.org
Mon Jun 2 12:07:23 BST 2025


Git commit f8a34cc637fcabb1d46b7e668cf4ce440959e103 by Carlos De Maine.
Committed on 02/06/2025 at 11:07.
Pushed by carlosdem into branch 'Neon/stable'.

Revert "debian/patches/fix_build_with_qt69.diff"

This reverts commit b508b61d6c9c0dfa52f75d006a6d09a5c15041a6

D  +0    -13   debian/patches/fix_build_with_qt69.diff
D  +0    -1    debian/patches/series

https://invent.kde.org/neon/neon-packaging/digikam/-/commit/f8a34cc637fcabb1d46b7e668cf4ce440959e103

diff --git a/debian/patches/fix_build_with_qt69.diff b/debian/patches/fix_build_with_qt69.diff
deleted file mode 100644
index ca61276..0000000
--- a/debian/patches/fix_build_with_qt69.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/core/libs/widgets/text/localizeselector.cpp b/core/libs/widgets/text/localizeselector.cpp
-index b284b2709799fe62f324125dbc2d1bb8fe150f59..ab70a9379c320971244f5b89048f21c7c5b09849 100644
---- a/core/libs/widgets/text/localizeselector.cpp
-+++ b/core/libs/widgets/text/localizeselector.cpp
-@@ -326,7 +326,7 @@ bool s_inlineTranslateString(const QString& text, const QString& trCode, QString
-     }
-     else
-     {
--        error = QChar(trengine->error());
-+        error = QChar::fromLatin1(trengine->error());
-     }
- 
-     return false;
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index f67093d..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix_build_with_qt69.diff


More information about the Neon-commits mailing list