MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / isWebActionEnabled

Method isWebActionEnabled

src/web/simplebrowser/webview.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172bool WebView::isWebActionEnabled(QWebEnginePage::WebAction webAction) const
173{
174 return page()->action(webAction)->isEnabled();
175}
176
177QIcon WebView::favIcon() const
178{

Callers 1

handleCurrentChangedMethod · 0.80

Calls 1

isEnabledMethod · 0.80

Tested by

no test coverage detected