MCPcopy 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
65void 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
73void Help::contexthelp()
74{

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected