summaryrefslogtreecommitdiff
path: root/kde-frameworks/kiconthemes/files/kiconthemes-5.104.0-fix-typo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/kiconthemes/files/kiconthemes-5.104.0-fix-typo.patch')
-rw-r--r--kde-frameworks/kiconthemes/files/kiconthemes-5.104.0-fix-typo.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/kde-frameworks/kiconthemes/files/kiconthemes-5.104.0-fix-typo.patch b/kde-frameworks/kiconthemes/files/kiconthemes-5.104.0-fix-typo.patch
deleted file mode 100644
index b1f3c47bc5c2..000000000000
--- a/kde-frameworks/kiconthemes/files/kiconthemes-5.104.0-fix-typo.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From d5d04e3c3fa92fbfd95eced39c3e272b8980563d Mon Sep 17 00:00:00 2001
-From: Nicolas Fella <nicolas.fella@gmx.de>
-Date: Sun, 5 Mar 2023 00:13:23 +0100
-Subject: [PATCH] Add missing comma between enum values
-
----
- src/kiconloader.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/kiconloader.h b/src/kiconloader.h
-index f219f6e..f1a2998 100644
---- a/src/kiconloader.h
-+++ b/src/kiconloader.h
-@@ -139,7 +139,7 @@ public:
- /// Panel (Plasma Taskbar) icons, @deprecated since 5.104, use another group or explicit size
- Panel KICONTHEMES_ENUMERATOR_DEPRECATED_VERSION(5, 104, "Use another group or explicit size"),
- #else
-- Panel_DEPRECATED_DO_NOT_USE
-+ Panel_DEPRECATED_DO_NOT_USE,
- #endif
- /// Icons for use in dialog titles, page lists, etc
- Dialog,
---
-GitLab
-