From d8ee5b51d7028bf572ed6b6ec907bc6421e5863c Mon Sep 17 00:00:00 2001 From: megabigbug Date: Fri, 27 Aug 2010 22:17:58 +0200 Subject: add "copy image location" action in the webview's contextual menu --- src/webview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/webview.h') 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(); -- cgit v1.2.1