mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kdecore: remove unused KSycoca enumerators
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
d8c17c0a7e
commit
89e60600f8
1 changed files with 5 additions and 6 deletions
|
@ -29,9 +29,9 @@
|
|||
* at the top of your class definition.
|
||||
*/
|
||||
enum KSycocaType { KST_KSycocaEntry = 0, KST_KService = 1, KST_KServiceType = 2, KST_KMimeType = 3,
|
||||
KST_KFolderMimeType = 4, KST_KDEDesktopMimeType = 5 /*compat*/, KST_KMimeTypeEntry = 6 /*internal*/,
|
||||
KST_KServiceGroup = 7, KST_KImageIOFormat = 8, KST_KProtocolInfo = 9,
|
||||
KST_KServiceSeparator = 10,
|
||||
KST_KFolderMimeType = 4, KST_KMimeTypeEntry = 5 /*internal*/,
|
||||
KST_KServiceGroup = 6, KST_KImageIOFormat = 7, KST_KProtocolInfo = 8,
|
||||
KST_KServiceSeparator = 9,
|
||||
KST_KCustom = 1000 };
|
||||
|
||||
/**
|
||||
|
@ -44,9 +44,8 @@ enum KSycocaType { KST_KSycocaEntry = 0, KST_KService = 1, KST_KServiceType = 2,
|
|||
enum KSycocaFactoryId { KST_KServiceFactory = 1,
|
||||
KST_KServiceTypeFactory = 2,
|
||||
KST_KServiceGroupFactory = 3,
|
||||
KST_KImageIO = 4, // unused, KDE5: remove
|
||||
KST_KProtocolInfoFactory = 5,
|
||||
KST_KMimeTypeFactory = 6,
|
||||
KST_KProtocolInfoFactory = 4,
|
||||
KST_KMimeTypeFactory = 5,
|
||||
KST_CTimeInfo = 100 };
|
||||
|
||||
#define K_SYCOCAFACTORY( factory_id ) \
|
||||
|
|
Loading…
Add table
Reference in a new issue