MCPcopy Create free account
hub / github.com/chris2511/xca / Help

Method Help

widgets/Help.cpp:19–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17#endif
18
19Help::Help() : QWidget(NULL)
20{
21 setupUi(this);
22 setWindowTitle(XCA_TITLE);
23 textbox->setSearchPaths(QStringList(getDocDir()));
24 textbox->setOpenExternalLinks(true);
25 textbox->clearHistory();
26 if (!getDocDir().isEmpty())
27 helpengine = new QHelpEngineCore(getDocDir() + "/xca.qhc");
28}
29
30Help::~Help()
31{

Callers

nothing calls this directly

Calls 2

getDocDirFunction · 0.85
isEmptyMethod · 0.45

Tested by

no test coverage detected