MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / getRef

Method getRef

helpwindow.cpp:57–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57HelpWindow* HelpWindow::getRef()
58{
59 if (!self)
60 {
61 self = new HelpWindow();
62 }
63
64 return self;
65}
66
67void HelpWindow::showHelp(QString help)
68{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected