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
Multimedia
KMix
Commits
6ebe07a0
Commit
6ebe07a0
authored
Mar 02, 2021
by
Ömer Fadıl Usta
😊
Browse files
Probably fixes bsd builds
parent
1fd019b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/volumefeedback.cpp
View file @
6ebe07a0
...
...
@@ -232,7 +232,7 @@ void VolumeFeedback::slotPlayFeedback()
ca_context_play
(
m_ccontext
,
cindex
,
CA_PROP_EVENT_DESCRIPTION
,
i18n
(
"Volume Control Feedback Sound"
).
toUtf8
(),
CA_PROP_EVENT_DESCRIPTION
,
i18n
(
"Volume Control Feedback Sound"
).
toUtf8
()
.
constData
()
,
CA_PROP_EVENT_ID
,
"audio-volume-change"
,
CA_PROP_CANBERRA_CACHE_CONTROL
,
"permanent"
,
CA_PROP_CANBERRA_ENABLE
,
"1"
,
...
...
Write
Preview
Supports
Markdown
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