Closed hcaihao closed 3 years ago
cefview = new CustomCefView(uri, this); cefview->navigateToUrl("http://www.baidu.com/");
[0820/163524.140:FATAL:cef_refcounted.h(325)] Assert failed: ptr != 0. QCefViewTest.exe has triggered a breakpoint.
I need navigateToUrl without constructor.
just pass an empty string or "about:blank" to the construcor
[0820/163524.140:FATAL:cef_refcounted.h(325)] Assert failed: ptr != 0. QCefViewTest.exe has triggered a breakpoint.
I need navigateToUrl without constructor.