mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kdecore: use proper types for KServiceTypePrivate members
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
cdc25a904b
commit
16af83af0d
1 changed files with 2 additions and 2 deletions
|
@ -71,8 +71,8 @@ public:
|
|||
int m_serviceOffersOffset;
|
||||
QMap<QString, QVariant::Type> m_mapPropDefs;
|
||||
QMap<QString,QVariant> m_mapProps;
|
||||
unsigned m_bDerived: 1;
|
||||
unsigned m_parentTypeLoaded: 1;
|
||||
bool m_bDerived;
|
||||
bool m_parentTypeLoaded;
|
||||
};
|
||||
|
||||
#endif // __kservicetype_p_h__
|
||||
|
|
Loading…
Add table
Reference in a new issue