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 <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-08-11 11:52:31 +03:00
parent d41b63de00
commit 7dee8c8183

View file

@ -148,7 +148,7 @@ public:
/** /**
* Describes the license of the software. * Describes the license of the software.
*/ */
enum LicenseKey // KDE5: move to KAboutLicense enum LicenseKey
{ {
License_Unknown = 0, License_Unknown = 0,
License_GPL = 1, License_GPL = 1,
@ -164,7 +164,7 @@ public:
/** /**
* Format of the license name. * Format of the license name.
*/ */
enum NameFormat // KDE5: move to KAboutLicense enum NameFormat
{ {
ShortName, ShortName,
FullName FullName