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

Method ExitManager

exits/exitmanager.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27extern Global global;
28
29ExitManager::ExitManager(QObject *parent) : QObject(parent)
30{
31 exitPoints = new QHash<QString, ExitPoint*>();
32 exitPoints->clear();
33}
34
35
36

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected