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
Plasma PulseAudio Applet
Commits
b8d1da8e
Commit
b8d1da8e
authored
Nov 01, 2020
by
Nicolas Fella
Browse files
[kcm] Fix metadata file name
parent
92b59052
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kcm/module.cpp
View file @
b8d1da8e
...
...
@@ -30,7 +30,7 @@
#include
"version.h"
K_PLUGIN_CLASS_WITH_JSON
(
KCMPulseAudio
,
"
kcm_pulseaudio
.json"
)
K_PLUGIN_CLASS_WITH_JSON
(
KCMPulseAudio
,
"
metadata
.json"
)
KCMPulseAudio
::
KCMPulseAudio
(
QObject
*
parent
,
const
QVariantList
&
args
)
:
KQuickAddons
::
ConfigModule
(
parent
,
args
)
...
...
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