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
KDE PIM Add-ons
Commits
8993a187
Commit
8993a187
authored
Jul 07, 2021
by
Laurent Montel
😁
Browse files
Allow to edit rule too
parent
ed607a4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
kmail/checkbeforedeletemailplugins/confirmbeforedeleting/confirmbeforedeletingwidget.cpp
View file @
8993a187
...
...
@@ -43,7 +43,14 @@ void ConfirmBeforeDeletingWidget::fillRules()
void
ConfirmBeforeDeletingWidget
::
slotEditRule
()
{
// TODO
QPointer
<
ConfirmBeforeDeletingCreateRuleDialog
>
dlg
=
new
ConfirmBeforeDeletingCreateRuleDialog
(
this
);
// TODO dlg->setInfo();
if
(
dlg
->
exec
())
{
const
ConfirmBeforeDeletingCreateRuleWidget
::
ConfirmBeforeDeletingInfo
info
=
dlg
->
info
();
// TODO save it.
}
delete
dlg
;
}
void
ConfirmBeforeDeletingWidget
::
slotCustomContextMenuRequested
(
const
QPoint
&
p
)
...
...
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