| 77 | QMultiMap<Operation, Edit::Range> operationRange; |
| 78 | |
| 79 | void clear() |
| 80 | { |
| 81 | diffList.clear(); |
| 82 | fileName.clear(); |
| 83 | originalText.clear(); |
| 84 | destText.clear(); |
| 85 | tempText.clear(); |
| 86 | originalRange = {}; |
| 87 | operationRange.clear(); |
| 88 | } |
| 89 | }; |
| 90 | |
| 91 | struct CodeInfo |
no outgoing calls
no test coverage detected