| 517 | } |
| 518 | |
| 519 | void RefactorWidget::closeEvent(QCloseEvent *event) |
| 520 | { |
| 521 | if (!m_isClosing) { |
| 522 | declineRefactoring(); |
| 523 | } |
| 524 | event->accept(); |
| 525 | } |
| 526 | |
| 527 | void RefactorWidget::calculateStats() |
| 528 | { |
nothing calls this directly
no outgoing calls
no test coverage detected