Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
System
KSystemLog
Commits
76525956
Commit
76525956
authored
Jan 12, 2021
by
Laurent Montel
😁
Browse files
Const'ify
parent
6a4bdb34
Changes
1
Show whitespace changes
Inline
Side-by-side
src/modes/xorg/xorgAnalyzer.h
View file @
76525956
...
@@ -59,7 +59,7 @@ private:
...
@@ -59,7 +59,7 @@ private:
LogLevel
*
findTypeName
(
const
QString
&
type
);
LogLevel
*
findTypeName
(
const
QString
&
type
);
QMap
<
QString
,
LogLevel
*>
mXorgLevels
;
QMap
<
QString
,
LogLevel
*>
mXorgLevels
;
QDateTime
mCurrentDateTime
;
const
QDateTime
mCurrentDateTime
;
};
};
#endif // _XORG_ANALYZER_H
#endif // _XORG_ANALYZER_H
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment