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

Qt, code simplification

parent 7c2000c3
......@@ -187,11 +187,11 @@ void ActionsManager::AudioDown()
void ActionsManager::skipForward()
{
var_SetInteger( p_intf->p_libvlc, "key-action", ACTIONID_JUMP_FORWARD_SHORT );
THEMIM->getIM()->jumpFwd();
}
void ActionsManager::skipBackward()
{
var_SetInteger( p_intf->p_libvlc, "key-action", ACTIONID_JUMP_BACKWARD_SHORT );
THEMIM->getIM()->jumpBwd();
}
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