| 277 | |
| 278 | |
| 279 | ExitPoint_FileImport::ExitPoint_FileImport(ExitPoint_NoteEdit *parent) : ExitPoint_NoteEdit(parent) { |
| 280 | file = ""; |
| 281 | importKeep = false; |
| 282 | } |
| 283 | |
| 284 | |
| 285 | bool ExitPoint_FileImport::isImportKeep() { |
nothing calls this directly
no outgoing calls
no test coverage detected