Commit 3ae1f84c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: open button action implementation.

parent 2e478fc5
...@@ -53,7 +53,7 @@ void ActionsManager::doAction( int id_action ) ...@@ -53,7 +53,7 @@ void ActionsManager::doAction( int id_action )
case STOP_ACTION: case STOP_ACTION:
THEMIM->stop(); break; THEMIM->stop(); break;
case OPEN_ACTION: case OPEN_ACTION:
break; THEDP->openDialog(); break;
case PREVIOUS_ACTION: case PREVIOUS_ACTION:
THEMIM->prev(); break; THEMIM->prev(); break;
case NEXT_ACTION: case NEXT_ACTION:
......
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