| 268 | checkActions(); |
| 269 | } |
| 270 | void NTableViewHeader::hasEncryptionChecked(bool checked) { |
| 271 | emit (setColumnVisible(NOTE_TABLE_HAS_ENCRYPTION_POSITION, checked)); |
| 272 | checkActions(); |
| 273 | } |
| 274 | void NTableViewHeader::sizeChecked(bool checked) { |
| 275 | emit (setColumnVisible(NOTE_TABLE_SIZE_POSITION, checked)); |
| 276 | checkActions(); |
nothing calls this directly
no outgoing calls
no test coverage detected