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
Akonadi Calendar
Commits
f29ed5bf
Commit
f29ed5bf
authored
Aug 19, 2021
by
Laurent Montel
😁
Browse files
Fix typo
parent
7b2c369c
Pipeline
#75628
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/publishdialog_p.cpp
View file @
f29ed5bf
...
...
@@ -97,7 +97,7 @@ void PublishDialog::Private::openAddressbook()
if
(
factory
)
{
dialog
=
factory
->
create
<
Akonadi
::
AbstractEmailAddressSelectionDialog
>
(
q
);
#else
const
KPluginMetaData
editWidgetPlugin
(
QStringLiteral
(
"
libksieve/imapfoldercomp
letionplugin"
));
const
KPluginMetaData
editWidgetPlugin
(
QStringLiteral
(
"
akonadi/emailaddressse
le
c
tion
ldapdialog
plugin"
));
const
auto
result
=
KPluginFactory
::
instantiatePlugin
<
Akonadi
::
AbstractEmailAddressSelectionDialog
>
(
editWidgetPlugin
);
if
(
result
)
{
...
...
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