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
KDE PIM Add-ons
Commits
9f7ff05f
Commit
9f7ff05f
authored
Jun 26, 2021
by
Laurent Montel
Browse files
Implement show dialog
parent
190107b3
Pipeline
#67607
passed with stage
in 52 minutes and 51 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
kmail/checkbeforedeletemailplugins/confirmbeforedeleting/confirmbeforedeletingplugin.cpp
View file @
9f7ff05f
...
...
@@ -19,5 +19,9 @@ ConfirmBeforeDeletingPlugin::~ConfirmBeforeDeletingPlugin()
void
ConfirmBeforeDeletingPlugin
::
showConfigureDialog
(
QWidget
*
parent
)
{
QPointer
<
ConfirmBeforeDeletingDialog
>
dlg
=
new
ConfirmBeforeDeletingDialog
(
parent
);
if
(
dlg
->
exec
())
{
// TODO
}
delete
dlg
;
}
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