diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-08-28 19:15:00 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-08-28 19:15:00 +0200 |
commit | 260486b9f880f78b800711abbe320b0cdf55d0bf (patch) | |
tree | 67051a295995eeeeb27acf3c52aac70758d95a1a /src/webview.h | |
parent | fix po file’s URL (playground-network → extragear-network) (diff) | |
parent | add "copy image location" action in the webview's contextual menu (diff) | |
download | rekonq-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.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(); |