You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kf5-kiconthemes/add-missing-comma-between-e...

25 lines
828 B

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