diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-24 11:54:02 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-24 11:54:02 +0100 |
commit | 734e0033bce52ec6799df066185786529a115e07 (patch) | |
tree | 0a55044cde61a04bdae7db301a4c3d7acc7131ec /src/webview.cpp | |
parent | Merge commit 'refs/merge-requests/95' of git://gitorious.org/rekonq/mainline ... (diff) | |
parent | select element in webinspector when toggle "Inspect Element" (diff) | |
download | rekonq-734e0033bce52ec6799df066185786529a115e07.tar.xz |
Merge commit 'refs/merge-requests/96' of git://gitorious.org/rekonq/mainline
Diffstat (limited to 'src/webview.cpp')
-rw-r--r-- | src/webview.cpp | 1 |
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(); } |