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

Method closeNixNote

nixnote.cpp:1101–1105  ·  view source on GitHub ↗

Close NixNote. This will force a close. Even if "close to tray" is set.

Source from the content-addressed store, hash-verified

1099//* Close NixNote. This will force a close. Even if "close to tray" is set.
1100//*****************************************************************************
1101void NixNote::closeNixNote() {
1102 closeFlag = true;
1103 closeToTray = false;
1104 close();
1105}
1106
1107
1108//*****************************************************************************

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected