| 915 | } |
| 916 | |
| 917 | QString Diff::toString() const |
| 918 | { |
| 919 | QString prettyText = text; |
| 920 | // Replace linebreaks with pretty char |
| 921 | prettyText.replace('\n', '\xb6'); |
| 922 | return commandString(command) + " \"" + prettyText + "\""; |
| 923 | } |
| 924 | |
| 925 | /////////////// |
| 926 |
no test coverage detected