]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/util/customwidgets.hpp
Qt4 - MouseWheel support - patch by Sergey Volk.
[vlc] / modules / gui / qt4 / util / customwidgets.hpp
index 9a4d94b0182fa07d1eecb35972ced4538b58aaa7..7c137edc969828e60c89912396832ef84c6753ef 100644 (file)
@@ -88,5 +88,6 @@ signals:
 class QKeyEvent;
 int qtEventToVLCKey( QKeyEvent *e );
 QString VLCKeyToString( int val );
+int qtKeyModifiersToVLC( QInputEvent* e );
 
 #endif