]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/util/customwidgets.hpp
Hotkey selector widget. Save not implemented yet
[vlc] / modules / gui / qt4 / util / customwidgets.hpp
index a9a7b32248b8eafc43168e971bd5cfe7b402fd51..9a4d94b0182fa07d1eecb35972ced4538b58aaa7 100644 (file)
@@ -84,4 +84,9 @@ public:
 signals:
     void rightClicked( QModelIndex, QPoint  );
 };
+
+class QKeyEvent;
+int qtEventToVLCKey( QKeyEvent *e );
+QString VLCKeyToString( int val );
+
 #endif