diff --git a/GPClient/samlloginwindow.h b/GPClient/samlloginwindow.h index dc5bf3e..805368a 100644 --- a/GPClient/samlloginwindow.h +++ b/GPClient/samlloginwindow.h @@ -29,7 +29,7 @@ private: static const auto MAX_WAIT_TIME { 10 * 1000 }; bool failed { false }; - QWebEngineView *webView { nullptr }; + EnhancedWebView *webView { nullptr }; QMap samlResult; void closeEvent(QCloseEvent *event);