mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kdecore: mark KDebugPrivate::level() as const
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
67a8004abd
commit
9bc27f4d04
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ struct KDebugPrivate
|
|||
file.close();
|
||||
}
|
||||
|
||||
inline int level(QtMsgType type)
|
||||
inline int level(QtMsgType type) const
|
||||
{ return int(type) - int(QtDebugMsg); }
|
||||
|
||||
QString groupNameForArea(unsigned int area) const
|
||||
|
|
Loading…
Add table
Reference in a new issue