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
79e9d3ff
Commit
79e9d3ff
authored
Aug 30, 2021
by
Laurent Montel
😁
Browse files
Fix create interface
parent
6032b8bc
Pipeline
#77349
passed with stage
in 55 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kmail/checkbeforedeletemailplugins/confirmbeforedeleting/confirmbeforedeletingplugin.cpp
View file @
79e9d3ff
...
...
@@ -30,7 +30,7 @@ MessageViewer::MessageViewerCheckBeforeDeletingInterface *ConfirmBeforeDeletingP
{
auto
interface
=
new
ConfirmBeforeDeletingInterface
(
parent
);
connect
(
interface
,
&
ConfirmBeforeDeletingInterface
::
configure
,
this
,
&
ConfirmBeforeDeletingPlugin
::
showConfigureDialog
);
return
new
ConfirmBeforeDeletingInterface
(
parent
)
;
return
interface
;
}
#include "confirmbeforedeletingplugin.moc"
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