]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/actions_manager.cpp
configure: fix detection of ARM NEON
[vlc] / modules / gui / qt4 / actions_manager.cpp
index b07e390ed76080d33fadf8c65bc28e0673b4d79e..f2c7f35807def60e5a218218c06c338ecc017f30 100644 (file)
@@ -89,6 +89,10 @@ void ActionsManager::doAction( int id_action )
             break;
         case QUIT_ACTION:
             THEDP->quit();  break;
+        case RANDOM_ACTION:
+            THEMIM->toggleRandom(); break;
+        case INFO_ACTION:
+            THEDP->mediaInfoDialog(); break;
         default:
             msg_Dbg( p_intf, "Action: %i", id_action );
             break;