summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-02-24 11:54:02 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-02-24 11:54:02 +0100
commit734e0033bce52ec6799df066185786529a115e07 (patch)
tree0a55044cde61a04bdae7db301a4c3d7acc7131ec /src
parentMerge commit 'refs/merge-requests/95' of git://gitorious.org/rekonq/mainline ... (diff)
parentselect element in webinspector when toggle "Inspect Element" (diff)
downloadrekonq-734e0033bce52ec6799df066185786529a115e07.tar.xz
Merge commit 'refs/merge-requests/96' of git://gitorious.org/rekonq/mainline
Diffstat (limited to 'src')
-rw-r--r--src/webview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webview.cpp b/src/webview.cpp
index e39ff32e..80d44d10 100644
--- a/src/webview.cpp
+++ b/src/webview.cpp
@@ -425,6 +425,7 @@ void WebView::inspect()
QAction *a = Application::instance()->mainWindow()->actionByName("web_inspector");
if(a && !a->isChecked())
a->trigger();
+ pageAction(QWebPage::InspectElement)->trigger();
}