MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / _hideNotification

Method _hideNotification

NeuralNote/Source/Components/UpdateCheck.cpp:131–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void UpdateCheck::_hideNotification()
132{
133 stopTimer();
134 mUrlButton.setVisible(false);
135 setVisible(false);
136}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected