[packages/ka6-step] - not needed
witekfl
witekfl at pld-linux.org
Thu Dec 11 19:37:56 CET 2025
commit 5e6d480bcef03516503e1ec130b97cbdbffb3fee
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Thu Dec 11 17:53:14 2025 +0100
- not needed
step-25.08.3-qt-6.10.1.patch | 25 -------------------------
1 file changed, 25 deletions(-)
---
diff --git a/step-25.08.3-qt-6.10.1.patch b/step-25.08.3-qt-6.10.1.patch
deleted file mode 100644
index 553d6b3..0000000
--- a/step-25.08.3-qt-6.10.1.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 0d41eaae3820d1a7c346f6ce81b940f199229eba Mon Sep 17 00:00:00 2001
-From: Albert Astals Cid <aacid at kde.org>
-Date: Fri, 14 Nov 2025 15:54:02 +0100
-Subject: [PATCH] Fix compile with Qt 6.11
-
----
- stepcore/types.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/stepcore/types.h b/stepcore/types.h
-index afc3dcf1..7b3c23b6 100644
---- a/stepcore/types.h
-+++ b/stepcore/types.h
-@@ -38,7 +38,7 @@ struct Color
-
- template<> inline QString typeToString(const Color& v)
- {
-- return QStringLiteral("#%1").arg(v, 8, 16, QLatin1Char('0'));
-+ return QStringLiteral("#%1").arg(v.value, 8, 16, QLatin1Char('0'));
- }
-
- template<> inline Color stringToType(const QString& s, bool *ok)
---
-GitLab
-
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ka6-step.git/commitdiff/952bd3193f886d2e5fc789150278c68466f3bf11
More information about the pld-cvs-commit
mailing list