diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-11-22 09:44:38 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-11-22 09:45:59 +0100 |
commit | 06b040c342e5bd6ffe62aa13171408d6c1f4c346 (patch) | |
tree | 3d14355bcab01c073561c7e4d52074a247bd8ef8 /src/webview.h | |
parent | Clean up WebView::contextMenuEvent function (diff) | |
download | rekonq-06b040c342e5bd6ffe62aa13171408d6c1f4c346.tar.xz |
Share URL by mail action
This is heavily based on Andrea Di Menna's patch on reviewboard.
Thanks :)
REVIEW: 102674
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webview.h b/src/webview.h index 042f95c6..7ab3acfa 100644 --- a/src/webview.h +++ b/src/webview.h @@ -86,6 +86,7 @@ private Q_SLOTS: void openLinkInNewWindow(); void openLinkInNewTab(); void bookmarkLink(); + void sendByMail(); void viewImage(Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers); void slotCopyImageLocation(); |