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 MailCommon
Commits
7def5136
Commit
7def5136
authored
Oct 23, 2022
by
Laurent Montel
Browse files
Move on stack
parent
963a115a
Pipeline
#254145
passed with stage
in 10 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/filter/filterconverter/filterconverttosieve.cpp
View file @
7def5136
...
...
@@ -36,8 +36,7 @@ void FilterConvertToSieve::convert()
}
result
=
requireStr
+
code
;
}
QPointer
<
FilterConvertToSieveResultDialog
>
dlg
=
new
FilterConvertToSieveResultDialog
;
dlg
->
setCode
(
result
);
dlg
->
exec
();
delete
dlg
;
FilterConvertToSieveResultDialog
dlg
;
dlg
.
setCode
(
result
);
dlg
.
exec
();
}
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