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
KNotes
Commits
1fc19747
Verified
Commit
1fc19747
authored
May 23, 2021
by
Alexander Lohnau
Browse files
Correct loading wrong metadata file
parent
c8c8a09a
Pipeline
#62912
passed with stage
in 8 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kcm_knote_action.cpp
View file @
1fc19747
...
@@ -6,6 +6,6 @@
...
@@ -6,6 +6,6 @@
#include
<KPluginFactory>
#include
<KPluginFactory>
#include
<config/noteactionconfig.h>
#include
<config/noteactionconfig.h>
K_PLUGIN_FACTORY_WITH_JSON
(
NoteActionConfigFactory
,
"knote_config_
editor
.json"
,
registerPlugin
<
NoteShared
::
NoteActionConfig
>
();)
K_PLUGIN_FACTORY_WITH_JSON
(
NoteActionConfigFactory
,
"knote_config_
action
.json"
,
registerPlugin
<
NoteShared
::
NoteActionConfig
>
();)
#include
"kcm_knote_action.moc"
#include
"kcm_knote_action.moc"
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