diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-27 11:03:52 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-27 11:03:52 +0100 |
commit | aec2112d569dab1710618717390e1972319928e3 (patch) | |
tree | 117f4dcbc6b1c4b98d341bf73cb2e64fa418e2b1 /src/webview.cpp | |
parent | Merge commit 'refs/merge-requests/1925' of git://gitorious.org/rekonq/mainlin... (diff) | |
parent | fix tab preview size (diff) | |
download | rekonq-aec2112d569dab1710618717390e1972319928e3.tar.xz |
Merge commit 'refs/merge-requests/1882' of git://gitorious.org/rekonq/mainline into mr1882
Diffstat (limited to 'src/webview.cpp')
-rw-r--r-- | src/webview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview.cpp b/src/webview.cpp index 3bef7c1f..60bb496b 100644 --- a/src/webview.cpp +++ b/src/webview.cpp @@ -353,7 +353,7 @@ void WebView::mousePressEvent(QMouseEvent *event) m_page->m_pressedButtons = event->buttons(); m_page->m_keyboardModifiers = event->modifiers(); - switch(event->button()) + switch(event->button()) { case Qt::XButton1: triggerPageAction(QWebPage::Back); |