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
ca362cfc
Commit
ca362cfc
authored
Oct 03, 2020
by
Andreas Hartmetz
Browse files
Fix runtime warning "QWidget::insertAction: Attempt to insert null action"
This action was removed in
8fec379c
.
parent
73aa7b32
Changes
1
Hide whitespace changes
Inline
Side-by-side
gui/kmixdockwidget.cpp
View file @
ca362cfc
...
...
@@ -182,9 +182,6 @@ void KMixDockWidget::createMenuActions()
action
->
setEnabled
(
Mixer
::
getGlobalMasterMixer
()
!=
0
);
menu
->
addAction
(
action
);
// Context menu entry to access Phonon settings
menu
->
addAction
(
_kmixMainWindow
->
actionCollection
()
->
action
(
"launch_kdesoundsetup"
));
// Context menu entry to access KMix settings
// action name from tier3/kconfigwidgets/src/kstandardaction_p.h
menu
->
addAction
(
_kmixMainWindow
->
actionCollection
()
->
action
(
"options_configure"
));
...
...
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