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
30a84c62
Commit
30a84c62
authored
Feb 10, 2021
by
Jonathan Marten
Browse files
Port deprecated QHash::insertMulti() -> QMultiHash::insert()
parent
6e6fe40b
Changes
1
Hide whitespace changes
Inline
Side-by-side
plasma/engine/mixerengine.cpp
View file @
30a84c62
...
...
@@ -97,7 +97,7 @@ ControlInfo* MixerEngine::createControlInfo( const QString& mixerId, const QStri
curci
->
dbusPath
=
dbusPath
;
curci
->
updateRequired
=
false
;
curci
->
unused
=
false
;
m_controls
.
insert
Multi
(
mixerId
,
curci
);
m_controls
.
insert
(
mixerId
,
curci
);
return
curci
;
}
...
...
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