mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
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:
parent
d41b63de00
commit
7dee8c8183
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue