summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authormegabigbug <megabigbug@arrakis.(none)>2010-08-27 22:17:58 +0200
committermegabigbug <megabigbug@arrakis.(none)>2010-08-27 22:17:58 +0200
commitd8ee5b51d7028bf572ed6b6ec907bc6421e5863c (patch)
tree6a415b7fee9a0414c709bd621f105e68b50761d5 /src/webview.h
parentMerge commit 'refs/merge-requests/2292' of git://gitorious.org/rekonq/mainline (diff)
downloadrekonq-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.h1
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();