Commit f00a8d31 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4: Small fix and speedup

parent 61d0ac25
......@@ -112,13 +112,14 @@ void InputManager::delInput()
i_old_playing_status = END_S;
i_input_id = 0;
old_name=qfu("");
artUrl = qfu("");
old_name = "";
artUrl = "";
p_input = NULL;
emit positionUpdated( 0.0, 0 ,0 );
emit statusChanged( END_S );
emit nameChanged( "" );
emit artChanged( "" );
p_input = NULL;
emit rateChanged( INPUT_RATE_DEFAULT );
}
}
......
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