diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-08 02:58:26 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-08 02:58:26 +0200 |
commit | bbffd92ffa7a94ef86aaf71c08b8f21fbe06ca56 (patch) | |
tree | e61ebd01a1fd7e81fb671779a3fc0edbf00a00a9 /src/webview.h | |
parent | rekonq 0.2.64 with rekonq 0.3 homepage! (diff) | |
download | rekonq-bbffd92ffa7a94ef86aaf71c08b8f21fbe06ca56.tar.xz |
HACK: Ctrl + C shortcut
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/webview.h b/src/webview.h index 0b4614a1..3388348d 100644 --- a/src/webview.h +++ b/src/webview.h @@ -57,7 +57,8 @@ protected: void mousePressEvent(QMouseEvent *event); void mouseMoveEvent(QMouseEvent *event); void wheelEvent(QWheelEvent *event); - + void keyPressEvent(QKeyEvent *event); + private slots: void setStatusBarText(const QString &string); void slotSearch(); |