Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KMail
Commits
bd8fd4d7
Commit
bd8fd4d7
authored
Apr 23, 2021
by
Laurent Montel
Browse files
Const'ify
parent
ff3a43e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/editor/kmcomposereditorng.cpp
View file @
bd8fd4d7
...
...
@@ -93,7 +93,7 @@ void KMComposerEditorNg::setHighlighterColors(KPIMTextEdit::RichTextComposerEmai
QColor
color1
=
MessageCore
::
ColorUtil
::
self
()
->
quoteLevel1DefaultTextColor
();
QColor
color2
=
MessageCore
::
ColorUtil
::
self
()
->
quoteLevel2DefaultTextColor
();
QColor
color3
=
MessageCore
::
ColorUtil
::
self
()
->
quoteLevel3DefaultTextColor
();
QColor
misspelled
=
MessageCore
::
ColorUtil
::
self
()
->
misspelledDefaultTextColor
();
const
QColor
misspelled
=
MessageCore
::
ColorUtil
::
self
()
->
misspelledDefaultTextColor
();
if
(
!
MessageCore
::
MessageCoreSettings
::
self
()
->
useDefaultColors
())
{
color1
=
MessageCore
::
MessageCoreSettings
::
self
()
->
quotedText1
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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