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.
Removing the definition/declaration (which returns "nullptr" anyway) solves the problem.