summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-01-07 03:44:00 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-01-07 03:44:00 +0100
commitdd86373f521a46a7a8abba6381963ee14daeef2f (patch)
treeb4079b0c0fbc4a3a3783fcccb48facc22dcbf5a8 /src/webview.h
parent0.3.27 (diff)
downloadrekonq-dd86373f521a46a7a8abba6381963ee14daeef2f.tar.xz
A new inspection action in 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 ef520a15..d34d108b 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -59,6 +59,7 @@ private slots:
void openLinkInNewWindow();
void openLinkInNewTab();
void viewImage(Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers);
+ void inspect();
private:
WebPage *const m_page;