fix: fix compile error

This commit is contained in:
Kevin Yue 2022-06-12 20:21:07 +08:00
parent cb457c4b09
commit f9926b4026

View File

@ -29,7 +29,7 @@ private:
static const auto MAX_WAIT_TIME { 10 * 1000 }; static const auto MAX_WAIT_TIME { 10 * 1000 };
bool failed { false }; bool failed { false };
QWebEngineView *webView { nullptr }; EnhancedWebView *webView { nullptr };
QMap<QString, QString> samlResult; QMap<QString, QString> samlResult;
void closeEvent(QCloseEvent *event); void closeEvent(QCloseEvent *event);