Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
HelpWindow* HelpWindow::getRef()
58
{
59
if (!self)
60
{
61
self = new HelpWindow();
62
}
63
64
return self;
65
}
66
67
void HelpWindow::showHelp(QString help)
68
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected