Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
172
bool WebView::isWebActionEnabled(QWebEnginePage::WebAction webAction) const
173
{
174
return page()->action(webAction)->isEnabled();
175
}
176
177
QIcon WebView::favIcon() const
178
{
Callers
1
handleCurrentChanged
Method · 0.80
Calls
1
isEnabled
Method · 0.80
Tested by
no test coverage detected