From cbbc7ca17e0e5edccf44bb448839982fc42ca5de Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 8 Oct 2009 01:36:09 +0200 Subject: TONS of events ignored to let homepage no more crash! Hopefully... I hope I also not have removed some rekonq features this way. It seems not, anyway (obviously) it needs tests --- src/webview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/webview.h') diff --git a/src/webview.h b/src/webview.h index 4dc7306d..0b4614a1 100644 --- a/src/webview.h +++ b/src/webview.h @@ -55,6 +55,7 @@ public: protected: void contextMenuEvent(QContextMenuEvent *event); void mousePressEvent(QMouseEvent *event); + void mouseMoveEvent(QMouseEvent *event); void wheelEvent(QWheelEvent *event); private slots: -- cgit v1.2.1