From 398edab4ae011ff4c59644eb10c0c6b2d2542f33 Mon Sep 17 00:00:00 2001 From: Sheen Tian Date: Sun, 1 Dec 2024 12:06:40 +0800 Subject: [PATCH] fix(#454): update core to fix crash when downloading file --- cmake/CefViewCoreConfig.cmake | 2 +- example/QCefViewTest/MainWindow.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/CefViewCoreConfig.cmake b/cmake/CefViewCoreConfig.cmake index 92387948..c2cf48f8 100644 --- a/cmake/CefViewCoreConfig.cmake +++ b/cmake/CefViewCoreConfig.cmake @@ -4,7 +4,7 @@ include(FetchContent) FetchContent_Declare( CefViewCore GIT_REPOSITORY https://github.com/CefView/CefViewCore.git - GIT_TAG 0aa55c8ae761f7b62286ef8ca68db33e6328c41c + GIT_TAG c454c2be8e995f8fc859cab1acd5f0dc0e5a2029 ) # set CEF version to be used diff --git a/example/QCefViewTest/MainWindow.cpp b/example/QCefViewTest/MainWindow.cpp index 17dae654..3f7f05dc 100644 --- a/example/QCefViewTest/MainWindow.cpp +++ b/example/QCefViewTest/MainWindow.cpp @@ -102,7 +102,7 @@ MainWindow::createRightCefView() // m_pRightCefViewWidget = new CefViewWidget("https://cefview.github.io/QCefView/", &setting, this); // - m_pRightCefViewWidget = new CefViewWidget("https://fastest.fish/test-files", &setting, this); + m_pRightCefViewWidget = new CefViewWidget("http://xcal1.vodafone.co.uk/", &setting, this); // // m_pRightCefViewWidget = new CefViewWidget("https://mdn.dev/", &setting, this);