winsoft666 / QCefWidget

A Qt widget that can render and interact with webpage.
GNU Lesser General Public License v3.0
263 stars 62 forks source link

Cannot compile with CEF 90.6.6+g3c44b04+chromium-90.0.4430.93 #13

Closed ShelleyLake closed 3 years ago

ShelleyLake commented 3 years ago
Error C3668
'QCefBrowserApp::GetPrintHandler': method with override specifier 'override' did not override any base class methods QCefWidget
...\src\QCefWidget\CefBrowserApp\QCefBrowserApp.h   39

Removing the definition/declaration (which returns "nullptr" anyway) solves the problem.