diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-01-07 03:44:00 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-01-07 03:44:00 +0100 |
commit | dd86373f521a46a7a8abba6381963ee14daeef2f (patch) | |
tree | b4079b0c0fbc4a3a3783fcccb48facc22dcbf5a8 /src/webview.h | |
parent | 0.3.27 (diff) | |
download | rekonq-dd86373f521a46a7a8abba6381963ee14daeef2f.tar.xz |
A new inspection action in contextual menu
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 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; |