Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chris2511/xca
/ contexthelp
Method
contexthelp
widgets/Help.cpp:65–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
void Help::contexthelp(const QString &context)
66
{
67
QList<QUrl> helpctx = url_by_ctx(context);
68
69
if (helpctx.count())
70
display(helpctx.at(0));
71
}
72
73
void Help::contexthelp()
74
{
Callers
nothing calls this directly
Calls
2
toString
Method · 0.45
isEmpty
Method · 0.45
Tested by
no test coverage detected