diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-10 16:10:10 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-10 16:10:10 +0200 |
commit | 81a1394215334daeb8a95276f55d408fffc968a7 (patch) | |
tree | a69ad37566bcdd398356f63a1f98addef55855d2 /src/webview.h | |
parent | Merge commit 'pano/master' (diff) | |
parent | add mouse actions in webview (diff) | |
download | rekonq-81a1394215334daeb8a95276f55d408fffc968a7.tar.xz |
Merge commit 'abuus/master'
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview.h b/src/webview.h index 389db154..d8a6f3d6 100644 --- a/src/webview.h +++ b/src/webview.h @@ -61,7 +61,7 @@ signals: protected: void contextMenuEvent(QContextMenuEvent *event); - + void mousePressEvent(QMouseEvent *event); /** * Filters (SHIFT + ) CTRL + TAB events and emit (shift)ctrlTabPressed() * to make switch tab |