From 7dee8c8183f61b8bd3e284e693c4082becc55df0 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Fri, 11 Aug 2023 11:52:31 +0300 Subject: [PATCH] kdecore: remove TODOs for KAboutData enums unless KAboutLicense is merged into KAboutData that cannot happen because KAboutData has getters that use the enums Signed-off-by: Ivailo Monev --- kdecore/kernel/kaboutdata.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kdecore/kernel/kaboutdata.h b/kdecore/kernel/kaboutdata.h index f80ef449..4bf84def 100644 --- a/kdecore/kernel/kaboutdata.h +++ b/kdecore/kernel/kaboutdata.h @@ -148,7 +148,7 @@ public: /** * Describes the license of the software. */ - enum LicenseKey // KDE5: move to KAboutLicense + enum LicenseKey { License_Unknown = 0, License_GPL = 1, @@ -164,7 +164,7 @@ public: /** * Format of the license name. */ - enum NameFormat // KDE5: move to KAboutLicense + enum NameFormat { ShortName, FullName