diff -r 5bcb308bd24d -r 6aaf0276100e phoneplugins/infowidgetplugin/tsrc/mocks/mock_infowidget.cpp --- a/phoneplugins/infowidgetplugin/tsrc/mocks/mock_infowidget.cpp Wed Aug 18 09:48:26 2010 +0300 +++ b/phoneplugins/infowidgetplugin/tsrc/mocks/mock_infowidget.cpp Thu Sep 02 20:26:16 2010 +0300 @@ -363,36 +363,14 @@ } - // ----------------------------------------------------------------------------- -// InfoWidget::mousePressEvent +// InfoWidget::gestureEvent // ----------------------------------------------------------------------------- // -void InfoWidget::mousePressEvent( - QGraphicsSceneMouseEvent * event ) - { - SMC_MOCK_METHOD1( void, QGraphicsSceneMouseEvent *, event ) - } - - -// ----------------------------------------------------------------------------- -// InfoWidget::mouseReleaseEvent -// ----------------------------------------------------------------------------- -// -void InfoWidget::mouseReleaseEvent(QGraphicsSceneMouseEvent *event) - { - SMC_MOCK_METHOD1( void, QGraphicsSceneMouseEvent *, event ) - } - - -// ----------------------------------------------------------------------------- -// InfoWidget::mouseMoveEvent -// ----------------------------------------------------------------------------- -// -void InfoWidget::mouseMoveEvent(QGraphicsSceneMouseEvent *event) - { - SMC_MOCK_METHOD1( void, QGraphicsSceneMouseEvent *, event ) - } +void InfoWidget::gestureEvent(QGestureEvent *event) +{ + SMC_MOCK_METHOD1( void, QGestureEvent *, event ) +} // ----------------------------------------------------------------------------- @@ -446,7 +424,7 @@ SMC_MOCK_METHOD0( void ) } - +/* // ----------------------------------------------------------------------------- // InfoWidget::installTranslator // ----------------------------------------------------------------------------- @@ -466,5 +444,5 @@ { SMC_MOCK_METHOD0( void ) } +*/ -