Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
Plasma PulseAudio Applet
Commits
b8d1da8e
Commit
b8d1da8e
authored
Nov 01, 2020
by
Nicolas Fella
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[kcm] Fix metadata file name
parent
92b59052
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/kcm/module.cpp
src/kcm/module.cpp
+1
-1
No files found.
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
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