CefView / QCefView

A Qt Widget encapsulated CEF view based on QWidget
https://cefview.github.io/QCefView/
GNU Lesser General Public License v2.1
545 stars 144 forks source link

Fix NPE in CopyToCefBrowserSettings #153

Closed le0zh closed 2 years ago

le0zh commented 2 years ago

修复使用 QCefView::QCefView(QWidget* parent /*= 0*/) 构造函数时,CopyToCefBrowserSettings 内的 NPE 问题。

tishion commented 2 years ago

多谢 @le0zh ,这个问题之前发现了,后来一直忘了修复。