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
PIM Messagelib
Commits
b07bafec
Commit
b07bafec
authored
Oct 25, 2022
by
Laurent Montel
Browse files
Fix load settings
parent
96a9aa64
Pipeline
#255168
passed with stage
in 11 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
messagecomposer/src/composer-ng/richtextcomposerng.cpp
View file @
b07bafec
...
...
@@ -65,7 +65,7 @@ void RichTextComposerNg::setAutocorrection(PimCommon::AutoCorrection *autocorrec
void
RichTextComposerNg
::
setAutocorrectionLanguage
(
const
QString
&
lang
)
{
if
(
d
->
autoCorrection
)
{
PimCommon
::
AutoCorrectionSettings
settings
;
PimCommon
::
AutoCorrectionSettings
settings
=
d
->
autoCorrection
->
autoCorrectionSettings
()
;
settings
.
setLanguage
(
lang
);
d
->
autoCorrection
->
setAutoCorrectionSettings
(
settings
);
}
...
...
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