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
libksieve
Commits
73ea6af5
Commit
73ea6af5
authored
Sep 26, 2021
by
Laurent Montel
😁
Browse files
Add parent
parent
a22b9cd9
Pipeline
#82791
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/ksieveui/autocreatescripts/sieveconditionwidgetlister.cpp
View file @
73ea6af5
...
...
@@ -151,7 +151,7 @@ void SieveConditionWidget::slotAddComment()
if
(
index
<
mConditionList
.
count
())
{
KSieveUi
::
SieveCondition
*
condition
=
mConditionList
.
at
(
index
);
const
QString
comment
=
condition
->
comment
();
QPointer
<
SieveScriptDescriptionDialog
>
dlg
=
new
SieveScriptDescriptionDialog
;
QPointer
<
SieveScriptDescriptionDialog
>
dlg
=
new
SieveScriptDescriptionDialog
(
this
)
;
dlg
->
setDescription
(
comment
);
if
(
dlg
->
exec
())
{
condition
->
setComment
(
dlg
->
description
());
...
...
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