mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-05-20 07:26:58 -04:00
7 lines
144 B
C++
7 lines
144 B
C++
|
|
#include "enhancedwebpage.h"
|
|
|
|
bool EnhancedWebPage::certificateError(const QWebEngineCertificateError &certificateError) {
|
|
return true;
|
|
};
|