diff options
author | megabigbug <megabigbug@arrakis.(none)> | 2010-08-27 22:17:58 +0200 |
---|---|---|
committer | megabigbug <megabigbug@arrakis.(none)> | 2010-08-27 22:17:58 +0200 |
commit | d8ee5b51d7028bf572ed6b6ec907bc6421e5863c (patch) | |
tree | 6a415b7fee9a0414c709bd621f105e68b50761d5 /src/webview.h | |
parent | Merge commit 'refs/merge-requests/2292' of git://gitorious.org/rekonq/mainline (diff) | |
download | rekonq-d8ee5b51d7028bf572ed6b6ec907bc6421e5863c.tar.xz |
add "copy image location" action in the webview's contextual menu
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 b9c04e47..f7341644 100644 --- a/src/webview.h +++ b/src/webview.h @@ -71,6 +71,7 @@ private slots: void openLinkInNewTab(); void viewImage(Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers); + void slotCopyImageLocation(); void inspect(); void scrollFrameChanged(); |