Commit 345b176f authored by Martin T. H. Sandsmark's avatar Martin T. H. Sandsmark Committed by Jean-Baptiste Kempf

remember to emit currentSourceChanged

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 4dddafad
...@@ -240,6 +240,8 @@ void MediaObject::setSource(const MediaSource & source) ...@@ -240,6 +240,8 @@ void MediaObject::setSource(const MediaSource & source)
<< source.type(); << source.type();
break; break;
} }
emit currentSourceChanged(mediaSource);
} }
void MediaObject::setNextSource(const MediaSource & source) void MediaObject::setNextSource(const MediaSource & source)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment