qtmobility/examples/player/videowidget.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
--- a/qtmobility/examples/player/videowidget.h	Fri Apr 16 15:51:22 2010 +0300
+++ b/qtmobility/examples/player/videowidget.h	Mon May 03 13:18:40 2010 +0300
@@ -54,6 +54,7 @@
 protected:
     void keyPressEvent(QKeyEvent *event);
     void mouseDoubleClickEvent(QMouseEvent *event);
+    void mousePressEvent(QMouseEvent *event);
 };
 
 #endif