]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/preferences_widgets.hpp
qt4 - Mousewheel (2)
[vlc] / modules / gui / qt4 / components / preferences_widgets.hpp
index 76e5b5b5f3760b333de478b13edc24b29c604447..2a9dfb423e798d2de115897e387222d7e15e36b6 100644 (file)
@@ -393,7 +393,9 @@ public:
     int keyValue;
     bool conflicts;
 private:
+    void checkForConflicts( int i_vlckey );
     void keyPressEvent( QKeyEvent *);
+    void wheelEvent( QWheelEvent *);
     QLabel *selected;
     QLabel *warning;
     const char * keyToChange;