We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74503ac commit eb074f0Copy full SHA for eb074f0
Plugins/WebBrowser/CMakeLists.txt
@@ -72,7 +72,7 @@ set(WebBrowser_UI_FILES
72
Resource/Resource.qrc
73
)
74
75
-if(QT_VERSION GREATER_EQUAL "6.7.0")
+if(QT_VERSION GREATER_EQUAL 6.7.0)
76
list(APPEND WebBrowser_SOURCE_FILES
77
DlgWebAuth.cpp
78
DlgScreenCapture.cpp
Plugins/WebBrowser/FrmWebView.cpp
@@ -524,7 +524,7 @@ void CFrmWebView::onStateChanged(QWebEngineWebAuthUxRequest::WebAuthUxState stat
524
m_pDlgWebAuth->updateDisplay();
525
}
526
527
-#endif
+#endif // #if QT_VERSION >= QT_VERSION_CHECK(6, 7, 0)
528
529
// Test example: https://www.webmfiles.org/demo-files/
530
void CFrmWebView::slotFullScreenRequested(QWebEngineFullScreenRequest request)
0 commit comments