| 87 | } |
| 88 | |
| 89 | void RefactorWidgetHandler::setTextToApply(const QString &text) |
| 90 | { |
| 91 | if (!m_refactorWidget.isNull()) { |
| 92 | m_refactorWidget->setApplyText(text); |
| 93 | } |
| 94 | } |
| 95 | |
| 96 | void RefactorWidgetHandler::updateWidgetPosition() |
| 97 | { |
no test coverage detected