diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-11-28 22:47:42 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-12-10 02:48:06 +0100 |
commit | 66edb6d66102e2ae7c0fd234f932b515fe101635 (patch) | |
tree | 8959057e403502301683c01b8aac6eb18e675464 /src/webtab/webview.h | |
parent | Open focused link when launched from web app (diff) | |
download | rekonq-66edb6d66102e2ae7c0fd234f932b515fe101635.tar.xz |
Restoring inspector, part 1
restored action and code to activate/deactivate it
Diffstat (limited to 'src/webtab/webview.h')
-rw-r--r-- | src/webtab/webview.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webtab/webview.h b/src/webtab/webview.h index 2ff877e1..f7c16546 100644 --- a/src/webtab/webview.h +++ b/src/webtab/webview.h @@ -108,7 +108,6 @@ private Q_SLOTS: void viewImage(Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers); void slotCopyImageLocation(); - void inspect(); void scrollFrameChanged(); void scrollTick(); |