summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSzabolcs David <davidsz@inf.u-szeged.hu>2014-01-27 08:28:40 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-28 12:23:00 +0100
commita963b8ca3f93cef8bfd52d9a716389996bd8fd7a (patch)
tree507ab60afe9dfcc43a2ec4b43adafd9361d23761 /src
parent44e25bdf008742570619877e82ba603b3520b08f (diff)
Add loadUrl QML test with stopStatus test case.
Fix the webEngineView.stop() function in the WebContentsAdapter. Change-Id: I82c5000fb3cbc5aff59dd0c4c7c86ca7755a6329 Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/core/web_contents_adapter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/web_contents_adapter.cpp b/src/core/web_contents_adapter.cpp
index 6cdc83375..24da23016 100644
--- a/src/core/web_contents_adapter.cpp
+++ b/src/core/web_contents_adapter.cpp
@@ -256,6 +256,7 @@ void WebContentsAdapter::stop()
if (index != -1)
controller.RemoveEntryAtIndex(index);
+ d->webContents->Stop();
d->webContents->GetView()->Focus();
}