summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-08-28 19:15:00 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-08-28 19:15:00 +0200
commit260486b9f880f78b800711abbe320b0cdf55d0bf (patch)
tree67051a295995eeeeb27acf3c52aac70758d95a1a /src/webview.h
parentfix po file’s URL (playground-network → extragear-network) (diff)
parentadd "copy image location" action in the webview's contextual menu (diff)
downloadrekonq-260486b9f880f78b800711abbe320b0cdf55d0bf.tar.xz
Merge commit 'refs/merge-requests/192' of git://gitorious.org/rekonq/mainline
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();