Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
PIM MailCommon
Commits
93e03ba3
Commit
93e03ba3
authored
Oct 14, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/mdn/mdnadvicehelper.cpp
src/mdn/mdnadvicehelper.cpp
+1
-2
No files found.
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
Markdown
is supported
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