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 Search
Commits
51f81144
Commit
51f81144
authored
Jul 21, 2021
by
Nicolas Fella
Browse files
Remove unneeded KCM plugin keyword stuff
parent
26c21d05
Pipeline
#71560
passed with stage
in 15 minutes and 51 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
runner/pimcontactsrunnerconfig.cpp
View file @
51f81144
...
...
@@ -13,7 +13,7 @@
#include
<QCheckBox>
#include
<QVBoxLayout>
K_PLUGIN_FACTORY
(
PIMContactsRunnerConfigFactory
,
registerPlugin
<
PIMContactsRunnerConfig
>
(
QStringLiteral
(
"kcm_krunner_pimcontacts"
)
);)
K_PLUGIN_FACTORY
(
PIMContactsRunnerConfigFactory
,
registerPlugin
<
PIMContactsRunnerConfig
>
();)
PIMContactsRunnerConfig
::
PIMContactsRunnerConfig
(
QWidget
*
parent
,
const
QVariantList
&
args
)
:
KCModule
(
parent
,
args
)
...
...
runner/plasma-krunner-pimcontacts_config.desktop
View file @
51f81144
...
...
@@ -42,4 +42,3 @@ Type=Service
X-KDE-ServiceTypes=KCModule
X-KDE-Library=kcm_krunner_pimcontacts
X-KDE-ParentComponents=PIM Contacts Search Runner
X-KDE-PluginKeyword=kcm_krunner_pimcontacts
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