| 244 | checkActions(); |
| 245 | } |
| 246 | void NTableViewHeader::authorChecked(bool checked) { |
| 247 | emit (setColumnVisible(NOTE_TABLE_AUTHOR_POSITION, checked)); |
| 248 | checkActions(); |
| 249 | } |
| 250 | void NTableViewHeader::urlChecked(bool checked) { |
| 251 | emit (setColumnVisible(NOTE_TABLE_SOURCE_URL_POSITION, checked)); |
| 252 | checkActions(); |
nothing calls this directly
no outgoing calls
no test coverage detected