]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/util/customwidgets.hpp
Qt4 - Remove useless inclusion.
[vlc] / modules / gui / qt4 / util / customwidgets.hpp
index a9a7b32248b8eafc43168e971bd5cfe7b402fd51..6c2be011ac6eda0116aa5942f6be52151b935dbd 100644 (file)
@@ -21,7 +21,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+ *****************************************************************************/
 
 #ifndef _CUSTOMWIDGETS_H_
 #define _CUSTOMWIDGETS_H_
@@ -55,6 +56,7 @@ private:
     bool mDrawClickMsg;
 };
 
+
 /*****************************************************************
  * Custom views
  *****************************************************************/
@@ -84,4 +86,12 @@ public:
 signals:
     void rightClicked( QModelIndex, QPoint  );
 };
+
+class QKeyEvent;
+class QWheelEvent;
+int qtKeyModifiersToVLC( QInputEvent* e );
+int qtEventToVLCKey( QKeyEvent *e );
+int qtWheelEventToVLCKey( QWheelEvent *e );
+QString VLCKeyToString( int val );
+
 #endif