2023-06-22 18:41:04 -03:00

12 lines
273 B
C++

#ifndef ENHANCEDWEBPAGE_H
#define ENHANCEDWEBPAGE_H
#include <QtWebEngineWidgets/qwebenginepage.h>
class EnhancedWebPage : public QWebEnginePage {
protected:
bool certificateError(const QWebEngineCertificateError &certificateError);
};
#endif // !ECHANCEDWEBPAG