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
Kontact
Commits
9ff4e9ab
Commit
9ff4e9ab
authored
Jan 10, 2022
by
Laurent Montel
😁
Browse files
Use K_PLUGIN_CLASS_WITH_JSON directly
parent
0a388805
Pipeline
#121406
passed with stage
in 1 minute and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kcmkontact.cpp
View file @
9ff4e9ab
...
...
@@ -22,7 +22,7 @@ using namespace Kontact;
#include <QHBoxLayout>
#include <QStandardItemModel>
K_PLUGIN_
FACTORY
_WITH_JSON
(
K
CM
Kontact
SummaryFactory
,
"kontactconfig.json"
,
registerPlugin
<
KcmKontact
>
();
)
K_PLUGIN_
CLASS
_WITH_JSON
(
K
cm
Kontact
,
"kontactconfig.json"
)
KcmKontact
::
KcmKontact
(
QWidget
*
parent
,
const
QVariantList
&
args
)
:
KCModule
(
parent
,
args
)
,
mPluginCombo
(
new
QComboBox
(
parent
))
...
...
Write
Preview
Markdown
is supported
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