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
e5006a85
Commit
e5006a85
authored
Aug 23, 2021
by
Laurent Montel
😁
Browse files
Fix show plugin name
parent
09633b36
Pipeline
#76171
passed with stage
in 54 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kmail/editorplugins/insertshorturl/shorturlengineplugin/shorturlenginepluginmanager.cpp
View file @
e5006a85
...
...
@@ -77,6 +77,7 @@ void ShortUrlEnginePluginManagerPrivate::loadPlugin(ShortUrlEnginePluginInfo *it
#else
if
(
auto
plugin
=
KPluginFactory
::
instantiatePlugin
<
ShortUrlEnginePlugin
>
(
item
->
data
,
q
,
QVariantList
()
<<
item
->
metaDataFileNameBaseName
).
plugin
)
{
item
->
plugin
=
plugin
;
item
->
plugin
->
setPluginName
(
item
->
pluginName
);
}
#endif
}
...
...
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