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
c1ee5b5f
Commit
c1ee5b5f
authored
Aug 18, 2022
by
Laurent Montel
Browse files
Create on stack
parent
2b0c2e9c
Pipeline
#219888
passed with stage
in 24 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kaddressbook/plugins/mergecontacts/mergecontactsplugininterface.cpp
View file @
c1ee5b5f
...
...
@@ -53,8 +53,7 @@ PimCommon::GenericPluginInterface::RequireTypes MergeContactsPluginInterface::re
void
MergeContactsPluginInterface
::
exec
()
{
QPointer
<
KABMergeContacts
::
MergeContactsDialog
>
dlg
=
new
KABMergeContacts
::
MergeContactsDialog
(
parentWidget
());
dlg
->
setContacts
(
mListItems
);
dlg
->
exec
();
delete
dlg
;
KABMergeContacts
::
MergeContactsDialog
dlg
(
parentWidget
());
dlg
.
setContacts
(
mListItems
);
dlg
.
exec
();
}
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