MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / ExitPoint

Method ExitPoint

exits/exitpoint.cpp:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25extern Global global;
26
27ExitPoint::ExitPoint(QObject *parent) : QObject(parent)
28{
29 this->setExitName("");
30 this->setEnabled(false);
31 this->setVersion(1);
32 this->setScript("");
33}
34
35
36

Callers

nothing calls this directly

Calls 4

setExitNameMethod · 0.95
setEnabledMethod · 0.95
setVersionMethod · 0.95
setScriptMethod · 0.95

Tested by

no test coverage detected