| 237 | } |
| 238 | |
| 239 | void RefactorWidget::setDiffContent(const QString &originalText, const QString &refactoredText) |
| 240 | { |
| 241 | setDiffContent(originalText, refactoredText, QString(), QString()); |
| 242 | } |
| 243 | |
| 244 | void RefactorWidget::setDiffContent(const QString &originalText, const QString &refactoredText, |
| 245 | const QString &contextBefore, const QString &contextAfter) |
no test coverage detected