mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
kmix: use loop-local variable
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
ff6de85fc2
commit
661a58e414
1 changed files with 1 additions and 2 deletions
|
@ -284,8 +284,7 @@ int Mixer_MPRIS2::addAllRunningPlayersAndInitHotplug()
|
|||
return 1;
|
||||
}
|
||||
|
||||
QString busDestination;
|
||||
foreach ( busDestination , repl.value() )
|
||||
foreach (QString busDestination , repl.value() )
|
||||
{
|
||||
if ( busDestination.startsWith("org.mpris.MediaPlayer2") )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue