Skip to content

Commit

Permalink
fix(#454): update core to fix crash when downloading file
Browse files Browse the repository at this point in the history
  • Loading branch information
tishion committed Dec 1, 2024
1 parent bdc9f9e commit db1c2ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/CefViewCoreConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include(FetchContent)
FetchContent_Declare(
CefViewCore
GIT_REPOSITORY https://github.com/CefView/CefViewCore.git
GIT_TAG 0aa55c8ae761f7b62286ef8ca68db33e6328c41c
GIT_TAG a6a6d62fd5783297ed0d3ffb8379dec4f2ea1143
)

# set CEF version to be used
Expand Down
2 changes: 1 addition & 1 deletion example/QCefViewTest/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit db1c2ed

Please sign in to comment.