Commit 923575b1 authored by Rémi Duraffort's avatar Rémi Duraffort

Qt/vlm: == instead of =

parent 9b258141
......@@ -559,7 +559,7 @@ void VLMBroadcast::update()
void VLMBroadcast::togglePlayPause()
{
if( b_playing = true )
if( b_playing )
{
VLMWrapper::ControlBroadcast( name, ControlBroadcastPause );
playButton->setIcon( QIcon( QPixmap( ":/pause_16px" ) ) );
......
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