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
Plasma
KInfoCenter
Commits
94bc6aa7
Commit
94bc6aa7
authored
Oct 16, 2020
by
Carl Schwan
🚴
Committed by
Harald Sitter
Oct 19, 2020
Browse files
Use more correct factory name
parent
12723383
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/energy/kcm.cpp
View file @
94bc6aa7
...
...
@@ -42,7 +42,7 @@
#include
"statisticsprovider.h"
K_PLUGIN_FACTORY_WITH_JSON
(
KCM
LookandFeel
Factory
,
"kcm_energyinfo.json"
,
registerPlugin
<
KCMEnergyInfo
>
();)
K_PLUGIN_FACTORY_WITH_JSON
(
KCM
EnergyInfo
Factory
,
"kcm_energyinfo.json"
,
registerPlugin
<
KCMEnergyInfo
>
();)
using
namespace
KQuickAddons
;
...
...
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