summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-08 01:36:09 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-10-08 01:36:09 +0200
commitcbbc7ca17e0e5edccf44bb448839982fc42ca5de (patch)
tree46225f1f38932f70d08948793700fe60197451cc /src/webview.h
parentfixing right click rekonq crash (at least, hopefully..) (diff)
downloadrekonq-cbbc7ca17e0e5edccf44bb448839982fc42ca5de.tar.xz
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
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h1
1 files changed, 1 insertions, 0 deletions
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: