]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/actions_manager.hpp
Qt: delete submenus when clearing the View menu
[vlc] / modules / gui / qt4 / actions_manager.hpp
index 9a56fde24e1f68fae58a39f853e3758b0a259af5..fb05481e0dc62d74c37a19329e17c2006632dfac 100644 (file)
@@ -52,6 +52,8 @@ typedef enum actionType_e
     SKIP_FW_ACTION,
     QUIT_ACTION,
     RANDOM_ACTION,
+    LOOP_ACTION,
+    INFO_ACTION,
 } actionType_e;
 
 class ActionsManager : public QObject