From f9926b4026c68ec3f2b5bccb71ff4aa601a83271 Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Sun, 12 Jun 2022 20:21:07 +0800 Subject: [PATCH] fix: fix compile error --- GPClient/samlloginwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);