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

Method hasEncryptionChecked

gui/ntableviewheader.cpp:270–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268 checkActions();
269}
270void NTableViewHeader::hasEncryptionChecked(bool checked) {
271 emit (setColumnVisible(NOTE_TABLE_HAS_ENCRYPTION_POSITION, checked));
272 checkActions();
273}
274void NTableViewHeader::sizeChecked(bool checked) {
275 emit (setColumnVisible(NOTE_TABLE_SIZE_POSITION, checked));
276 checkActions();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected