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
39c049b8
Commit
39c049b8
authored
Oct 19, 2021
by
Laurent Montel
😁
Browse files
Create on stack
parent
306cb071
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/messageviewerconfigureplugins/dkim-verify/dkimconfiguresettingsplugin.cpp
View file @
39c049b8
...
...
@@ -21,9 +21,8 @@ DkimConfigureSettingsPlugin::~DkimConfigureSettingsPlugin()
void
DkimConfigureSettingsPlugin
::
showConfigureDialog
(
QWidget
*
parent
)
{
QPointer
<
DKIMConfigureDialog
>
dlg
=
new
DKIMConfigureDialog
(
parent
);
dlg
->
exec
();
delete
dlg
;
DKIMConfigureDialog
dlg
(
parent
);
dlg
.
exec
();
}
#include
"dkimconfiguresettingsplugin.moc"
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