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
PIM
PIM MailCommon
Commits
93e03ba3
Commit
93e03ba3
authored
Oct 14, 2020
by
Laurent Montel
😁
Browse files
Const'ify variable
parent
f5247bf7
Pipeline
#37608
passed with stage
in 32 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mdn/mdnadvicehelper.cpp
View file @
93e03ba3
...
...
@@ -201,8 +201,7 @@ int MDNAdviceHelper::requestAdviceOnMDN(const char *what)
for
(
int
i
=
0
;
i
<
numMdnMessageBoxes
;
++
i
)
{
if
(
!
qstrcmp
(
what
,
mdnMessageBoxes
[
i
].
dontAskAgainID
))
{
KCursorSaver
saver
(
Qt
::
ArrowCursor
);
MessageComposer
::
MDNAdvice
answer
;
answer
=
questionIgnoreSend
(
i18n
(
mdnMessageBoxes
[
i
].
text
),
const
MessageComposer
::
MDNAdvice
answer
=
questionIgnoreSend
(
i18n
(
mdnMessageBoxes
[
i
].
text
),
mdnMessageBoxes
[
i
].
canDeny
);
switch
(
answer
)
{
case
MessageComposer
::
MDNSend
:
...
...
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