mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kdecore: no KMimeTypeRepository members are modified from const methods
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
676fc025b7
commit
48a9346c3f
1 changed files with 2 additions and 2 deletions
|
@ -153,7 +153,7 @@ private:
|
|||
QString& foundExt,
|
||||
bool highWeight);
|
||||
|
||||
mutable AliasesMap m_aliases; // alias -> canonicalName
|
||||
AliasesMap m_aliases; // alias -> canonicalName
|
||||
|
||||
typedef QHash<QString, QStringList> ParentsMap;
|
||||
ParentsMap m_parents;
|
||||
|
@ -163,7 +163,7 @@ private:
|
|||
|
||||
bool m_parentsMapLoaded;
|
||||
bool m_magicFilesParsed;
|
||||
mutable bool m_aliasFilesParsed;
|
||||
bool m_aliasFilesParsed;
|
||||
bool m_globsFilesParsed;
|
||||
bool m_patternsMapCalculated;
|
||||
bool m_mimeTypesChecked;
|
||||
|
|
Loading…
Add table
Reference in a new issue