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

Method authorChecked

gui/ntableviewheader.cpp:246–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244 checkActions();
245}
246void NTableViewHeader::authorChecked(bool checked) {
247 emit (setColumnVisible(NOTE_TABLE_AUTHOR_POSITION, checked));
248 checkActions();
249}
250void NTableViewHeader::urlChecked(bool checked) {
251 emit (setColumnVisible(NOTE_TABLE_SOURCE_URL_POSITION, checked));
252 checkActions();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected